Difference between revisions of "AR"
From Wiki
Line 2: | Line 2: | ||
[[Category: Status]] | [[Category: Status]] | ||
− | + | == 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. | ||
− | |||
− | ==== 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> | ||
− | + | ||
− | { | + | {{footer}} |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 18: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 |