RETURN

From EDukeWiki
Revision as of 19:23, 15 July 2005 by Chibi (talk | contribs)
Jump to navigation Jump to search

The 'SuperVar'!!

This variable is constantly used to 'return' important values, such as those in events.

EXAMPLE:

onevent GETLOADTILE setvar RETURN <value> endevent

In this case, RETURN, well, 'return's the load screen background number into the var RETURN, setting it to something else changes it, changing the background for the loading screen.