How to Change the Loading Screen Background: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
New page: working
 
No edit summary
Line 1: Line 1:
working
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 05: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