Difference between revisions of "ER"

From Wiki
Jump to: navigation, search
m (#ER)
Line 7: Line 7:
 
(Added in 1.41) The #ER system variable determines the Energy Resist of the character.
 
(Added in 1.41) The #ER system variable determines the Energy Resist of the character.
  
'''NOTE:'''
+
''NOTE: This variable will not work unless the character status bar is open. You can use [[event Macro#Gump Control|event Macro 8 2]] to open it from your script.''
*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 ====
 
==== Example ====
 
<pre>
 
<pre>
Line 16: Line 16:
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|
[[Var AR|#AR]], [[Var FR|#FR]], [[Var CR|#CR]], [[Var PR|#PR]], [[Var ER|#ER]]
+
| Width=200px | [[Var AR|#AR]] || Width=200px | [[Var FR|#FR]] || Width=200px | [[Var CR|#CR]] || Width=200px | [[Var PR|#PR]]
 
|}
 
|}
 
----
 
----

Revision as of 16:12, 16 August 2005

#ER

Status System Variables

Description

(Added in 1.41) The #ER system variable determines the Energy Resist of 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 My Energy Resist is #ER $
halt

See Also

#AR #FR #CR #PR

Main_Page Documentation Status System Variables