Template:O BaseNPCMaker: Difference between revisions
Jump to navigation
Jump to search
m (ehandle) |
m (ep1 add) |
||
Line 9: | Line 9: | ||
* '''OnAllSpawnedDead''' | * '''OnAllSpawnedDead''' | ||
: Fired when the spawner is exhausted (all children have been spawned), and all spawned children have died. | : Fired when the spawner is exhausted (all children have been spawned), and all spawned children have died. | ||
* '''{{ep1 add|OnAllLiveChildrenDead}}''' | |||
: Fired when all spawned children have died. This does not mean the spawned is exhausted, so a new child may be spawned any time after this (unless the maker is disabled). |
Revision as of 12:07, 5 August 2006
- OnSpawnNPC <ehandle>
- Fired when an NPC is spawned. The activator is the NPC, and the ehandle is the NPC.
- OnAllSpawned
- Fired when the spawned is exhausted (all children have been spawned).
- OnAllSpawnedDead
- Fired when the spawner is exhausted (all children have been spawned), and all spawned children have died.
- Fired when all spawned children have died. This does not mean the spawned is exhausted, so a new child may be spawned any time after this (unless the maker is disabled).