Difference between revisions of "FR"
From Wiki
Line 5: | Line 5: | ||
{{ro}} | {{ro}} | ||
+ | (Added in 1.41) The #FR system variable determines the Fire 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 ==== | ==== Example ==== | ||
<pre> | <pre> | ||
− | + | msg My Fire Resist is #FR $ | |
− | + | 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:42, 15 August 2005
#FR
Status System Variables
Description
⇒
(Added in 1.41) The #FR system variable determines the Fire 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 Fire Resist is #FR $ halt
See Also
Main_Page | Documentation | Status System Variables |