Difference between revisions of "AR"

From Wiki
Jump to: navigation, search
Line 2: Line 2:
 
[[Category: Status]]
 
[[Category: Status]]
  
=== Description ===
+
== Description ==
 
{{ro}}
 
{{ro}}
  
 
The #AR system variable determines the Armor Rating (Physical Resistance with AoS system) of the character.
 
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#Gump Control|event Macro 8 2]] to open it from your script.''
 
  
==== Example ====
+
{| style="background:honeydew"
 +
|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 ===
 
<pre>
 
<pre>
 
msg My Physical Resist is #AR $
 
msg My Physical Resist is #AR $
 
halt
 
halt
 
</pre>
 
</pre>
==== See Also ====
+
 
{|
+
{{footer}}
| Width=200px | [[Var FR|#FR]] || Width=200px | [[Var CR|#CR]] || Width=200px | [[Var PR|#PR]] || Width=200px | [[Var ER|#ER]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Status|Status System Variables]]
+
|}
+

Revision as of 19:59, 25 August 2005


Description

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

msg My Physical Resist is #AR $
halt

See also

Main Page Documentation