Difference between revisions of "Mana"

From Wiki
Jump to: navigation, search
Line 11: Line 11:
 
==== Example ====
 
==== Example ====
 
<pre>
 
<pre>
 
+
msg I have #MANA mana in my pool $
 
+
halt
 
</pre>
 
</pre>
 
==== See Also ====
 
==== See Also ====

Revision as of 23:24, 15 August 2005

#mana

Status System Variables

Description

The #mana system variable determines the current mana pool for the character.

NOTE:

  • 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

msg I have #MANA mana in my pool $
halt

See Also

#MaxStamina, #MaxHits, #Hits, #Str, #Dex, #Stamina, #MaxMana, #Int, #MaxStats

Main_Page Documentation Status System Variables