Difference between revisions of "RHandID"

From Wiki
Jump to: navigation, search
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{header|Combat|rw|The #rHandID system variable holds the ID of the item to be armed in the right hand.}}
== #rHandID ==
+
'''Combat System Variables'''
+
=== Description ===
+
{{ro}}
+
  
The #rHandID system variable holds the ID of the item to be armed in the right hand.
 
  
''Note: This variable is used with [[event Macro]] in order to place an item in your characters right hand. It must be set to a valid items ID, and the item must be able to be held in the characters right hand in order to work.''
+
{{Note|This variable is used with [[event Macro]] in order to place an item in your characters right hand. It must be set to a valid items ID, and the item must be able to be held in the characters right hand in order to work.}}
 +
 
  
 
==== Example ====
 
==== Example ====
 
<pre>
 
<pre>
 
+
set #rHandID %weaponID
 
+
event macro 24 2
 
</pre>
 
</pre>
==== See Also ====
+
 
{|
+
=See Also=
| Width=200px | [[event Macro]] || Width=200px | [[Var_lHandID|&#0035;lHandID]]
+
{{Combat}}
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Combat|Combat System Variables]]
+
|}
+

Latest revision as of 10:20, 7 September 2007

The #rHandID system variable holds the ID of the item to be armed in the right hand.


Note: This variable is used with event Macro in order to place an item in your characters right hand. It must be set to a valid items ID, and the item must be able to be held in the characters right hand in order to work.


Example

set #rHandID %weaponID
event macro 24 2

See Also

Combat

  • The combat system variables allow you to see and control information that deals with combat.
#lHandID Returns the ID of the item to be armed in the left hand
#rHandID Returns the ID of the item to be armed in the right hand
#enemyHits Returns the percentage of hit points left on the current enemy
#enemyID Returns the ID of the current enemy