How to Change the Loading Screen Background

From EDukeWiki
Revision as of 05:26, 29 March 2008 by The Commander (talk | contribs)
Jump to navigation Jump to search

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