Jump to content

EVENT SPAWN: Difference between revisions

From EDukeWiki
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..."
(No difference)

Revision as of 15:44, 4 February 2011

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.