SPAWN_ZONE

TurmoilToad
2018-11-10 10:15:37 -05:00
parent d2ed147f54
commit bdc7d9f4c4
+16 -1
@@ -470,7 +470,7 @@ sub EVENT_DEATH_COMPLETE {
- When the NPC dies.
Used by the zone controller.
**Used by the zone controller.**
### Exports
@@ -1393,6 +1393,21 @@ sub EVENT_SPAWN {
}
```
# EVENT_SPAWN_ZONE
### Trigger
- When an NPC spawns.
**Used by the zone controller.**
### Exports
| Name | Type | Usage
| --- | --- | ---
| spawned_entity_id | int | `quest::say($spawned_entity_id); # returns int`
| spawned_npc_id | int | `quest::say($spawned_npc_id); # returns int`
# EVENT_SPELL_EFFECT_CLIENT
### Trigger