EVENT SPAWN

From EDukeWiki
Revision as of 15:53, 27 February 2012 by Hendricks266 (talk | contribs)
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 (similar to EVENT_EGS) command on whenever the actor was already part of the map (similar to EVENT_LOADACTOR but later in the process). This is useful to modify an enemy as it works for both cases.

This event occur after EVENT_EGS or eventloadactor.