> For the complete documentation index, see [llms.txt](https://bloodmoon.pseudonova.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bloodmoon.pseudonova.com/events/teleport-event.md).

# Teleport Event

## Required arguments

| Order | Type    | Argument                      |
| ----- | ------- | ----------------------------- |
| 1     | number  | radius where mob can teleport |
| 2     | decimal | percentage of occurrence      |

## What it does

Whenever the event is triggered, it will teleport the mob to a random location

## Example usage

```yaml
actions:
  teleport:
    events:
      - teleport 5 100
    commands: []
```
