EVENT GETLOADTILE

From EDukeWiki
Revision as of 11:26, 3 May 2009 by One (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. Adding 16384 to the tile number will disable the "LOADING" text.