EVENT GETMENUTILE

From EDukeWiki
Revision as of 21:34, 12 August 2012 by Hendricks266 (talk | contribs)
Jump to navigation Jump to search

EVENT_GETMENUTILE is Game Event.

This event is used to set a custom tile for the main menu background.

EXAMPLE:

gamevar MENU_TILE <flag> 0

onevent EVENT_GETMENUTILE
 setvar RETURN <tilenum>
endevent

In the onevent code, set the gamevar RETURN to the tile you want the main menu background to be.