EVENT SPAWN

From EDukeWiki
Revision as of 15:44, 4 February 2011 by 189.32.90.235 (talk) (Created page with "EVENT_SPAWN is a Game Event. This event is triggered when any sprite appear on the map, this is, both due to the spawn (smilar to EVENT_EGS) c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

EVENT_SPAWN is a Game Event.

This event is triggered when any sprite appear on the map, this is, both due to the spawn (smilar to EVENT_EGS) command on whenever the actor was already part of the map (similar to EVENT_LOADACTOR). This is usefull to modify an enemy as it works for both cases.

This event occur after EVENT_EGS or eventloadactor.