EVENT GETLOADTILE: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Hendricks266 (talk | contribs) 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 | 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 19: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.