Difference between revisions of "AR"

From Wiki
Jump to: navigation, search
 
Line 5: Line 5:
 
{{ro}}
 
{{ro}}
  
 +
The #AR system variable determines the Armor Rating (Physical Resistance with AoS system) 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 ====
 
==== Example ====
 
<pre>
 
<pre>
 
+
msg My Physical Resist is #AR $
 
+
halt
 
</pre>
 
</pre>
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|
| Width=200px |  
+
[[Var AR|#AR]], [[Var FR|#FR]], [[Var CR|#CR]], [[Var PR|#PR]], [[Var ER|#ER]],
 
|}
 
|}
 
----
 
----

Revision as of 23:38, 15 August 2005

#AR

Status System Variables

Description

The #AR system variable determines the Armor Rating (Physical Resistance with AoS system) 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 Physical Resist is #AR $
halt

See Also

#AR, #FR, #CR, #PR, #ER,

Main_Page Documentation Status System Variables