COMBAT

Despawn

Removes the entity from the world. All pending action chains are cleaned up automatically.

Use cases

After defeating a boss, collecting a pickup, or when an NPC has finished its role.

→ In-game result

{
  "action": "Despawn"
}
In-game result

The entity is destroyed and removed from the game world instantly.

Related actions