EVENT GETLOADTILE
| Event ID | player# | THISACTOR | RETURN | |
|---|---|---|---|---|
| EVENT_GETLOADTILE | screenpeek | player->i | 1 value |
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.