Difference between revisions of "Gold"

From Wiki
Jump to: navigation, search
Line 3: Line 3:
  
 
== Description ==
 
== Description ==
{{ro}}
+
{|
 
+
| width=100 | {{ro}} || The #gold system variable determines the amount of gold on the character.
The #gold system variable determines the amount of gold on the character.
+
|}
 
+
  
 
{| style="background:honeydew"
 
{| style="background:honeydew"

Revision as of 20:27, 25 August 2005


Description

The #gold system variable determines the amount of gold on the character.
This variable will not work unless the character status bar is open. You can use event Macro 8 2 to open it from your script.

Example

...
if #gold < 1000
gosub gotoBank
...

See also

Main Page Documentation