Difference between revisions of "AR"
From Wiki
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 ==== | ||
{| | {| | ||
− | | | + | [[Var AR|#AR]], [[Var FR|#FR]], [[Var CR|#CR]], [[Var PR|#PR]], [[Var ER|#ER]], |
|} | |} | ||
---- | ---- |
Revision as of 22: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
Main_Page | Documentation | Status System Variables |