EVENT GETLOADTILE: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
No edit summary
No edit summary
Line 9: Line 9:
  endevent
  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.
In the onevent code, set the gamevar RETURN to the tile you want the loading screen to be.


[[Category:Events]]
[[Category:Events]]

Revision as of 20:19, 25 March 2013

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.