How to Change the Loading Screen Background: Difference between revisions
Jump to navigation
Jump to search
New page: working |
No edit summary |
||
Line 1: | Line 1: | ||
To change the background tile of the loading screen when starting/changing map insert the following | |||
code in to your GAME.CON | |||
<pre> | |||
onevent EVENT_GETLOADTILE | |||
setvar RETURN "tile number here" | |||
endevent | |||
</pre> | |||
[[Category: Tutorials]] |
Revision as of 04:26, 29 March 2008
To change the background tile of the loading screen when starting/changing map insert the following code in to your GAME.CON
onevent EVENT_GETLOADTILE setvar RETURN "tile number here" endevent