EVENT GETLOADTILE

From EDukeWiki
Revision as of 20:19, 25 March 2013 by Hendricks266 (talk | contribs)
Jump to navigation Jump to search

EVENT_GETLOADTILE is a Game Event.

This event is used to set a custom tile for the loading screen.

EXAMPLE:

onevent EVENT_GETLOADTILE
 setvar RETURN <tilenum>
endevent

In the onevent code, set the gamevar RETURN to the tile you want the loading screen to be.