# Vanish Event

## Required arguments

| Order | Type    | Argument                 |
| ----- | ------- | ------------------------ |
| 1     | number  | duration                 |
| 2     | decimal | percentage of occurrence |

## What it does

Whenever the event is triggered, the mob will vanish for a specified amount of time

## Example usage

```yaml
actions:
  speak:
    events:
      - vanish 20 100
    commands: []
```
