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