EVENT GETLOADTILE

From EDukeWiki
Revision as of 19:03, 24 July 2006 by TX (talk | contribs)
Jump to navigation Jump to search

EVENT_GETLOADTILE 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. Adding 16384 to the tile number will disable the "LOADING" text.