For the complete documentation index, see llms.txt. This page is also available as Markdown.

Swap Event

This event will swap its enemies.

Required arguments

Order

Type

Argument

1

decimal

percentage of occurrence

What it does

Whenever the event is triggered, players in a specified radius around the mob will be swapped positions

Example usage

actions:
  swap:
    events:
      - swap 100
    commands: []

Last updated

Was this helpful?