EVENT PRELEVEL: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
Created page with "EVENT_PRELEVEL is a Game Event. This event is similar to EVENT_ENTERLEVEL, however it's set before the player has been set. This event runs wh..."
(No difference)

Revision as of 02:04, 20 February 2020

EVENT_PRELEVEL is a Game Event.

This event is similar to EVENT_ENTERLEVEL, however it's set before the player has been set.

This event runs when the map is loaded. Compare with EVENT_LOADACTOR or eventloadactor, which runs for each actor.