RETURN: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Chibi (talk | contribs)
No edit summary
 
Chibi (talk | contribs)
No edit summary
Line 2: Line 2:


This variable is constantly used to 'return' important values, such as those in [[event]]s.
This variable is constantly used to 'return' important values, such as those in [[event]]s.
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.

Revision as of 19:23, 15 July 2005

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.