Difference between revisions of "PR"

From Wiki
Jump to: navigation, search
 
Line 5: Line 5:
 
{{ro}}
 
{{ro}}
  
 +
Added in 1.41) The #PR system variable determines the Poison 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 Poison Resist is #PR $
 
+
halt
 
</pre>
 
</pre>
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|
| Width=200px |  
+
[[Var AR|#AR]], [[Var FR|#FR]], [[Var CR|#CR]], [[Var PR|#PR]], [[Var ER|#ER]]
 
|}
 
|}
 
----
 
----

Revision as of 23:45, 15 August 2005

#PR

Status System Variables

Description

Added in 1.41) The #PR system variable determines the Poison 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 Poison Resist is #PR $
halt

See Also

#AR, #FR, #CR, #PR, #ER

Main_Page Documentation Status System Variables