RETURN: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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 18: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.