# Dash Event

## Required arguments

| Order | Type    | Argument                 |
| ----- | ------- | ------------------------ |
| 1     | decimal | percentage of occurrence |

## What it does

Whenever the event is triggered, it will push away all enemies surrounding the mob

## Example usage

```yaml
actions:
  dash:
    events:
      - dash 100
    commands: []
```
