Difference between revisions of "CR"
From Wiki
m (→#CR) |
|||
Line 7: | Line 7: | ||
(Added in 1.41) The #CR system variable determines the Cold Resist of the character. | (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#Gump Control|event Macro 8 2]] to open it from your script.'' | |
− | + | ||
==== Example ==== | ==== Example ==== | ||
<pre> | <pre> | ||
Line 16: | Line 16: | ||
==== See Also ==== | ==== See Also ==== | ||
{| | {| | ||
− | [[Var AR|#AR]] | + | | Width=200px | [[Var AR|#AR]] || Width=200px | [[Var FR|#FR]] || Width=200px | [[Var PR|#PR]] || Width=200px | [[Var ER|#ER]] |
|} | |} | ||
---- | ---- |
Revision as of 15:10, 16 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
#AR | #FR | #PR | #ER |
Main_Page | Documentation | Status System Variables |