EVENT GETLOADTILE

From EDukeWiki
Jump to: navigation, 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.

Personal tools