Difference between revisions of "UO.RHandID"

From OpenEUO
Jump to: navigation, search
(Created page with " UO.RHandID ⇔ Return the item held in the character's right hand, or set the item ''to be held'' upon employing UO.Macro(24,2). Note: This variable is used with an event mac...")
 
 
Line 4: Line 4:
  
 
Note: This variable is used with an event macro in order to place an item in your character's right hand. It must be set to a valid items ID, and the item must be able to be held in the character's right hand in order to work.
 
Note: This variable is used with an event macro in order to place an item in your character's right hand. It must be set to a valid items ID, and the item must be able to be held in the character's right hand in order to work.
 +
 +
[[UO.LHandID]]
 +
 +
[[UO.Macro]]

Latest revision as of 09:32, 8 October 2010

UO.RHandID

⇔ Return the item held in the character's right hand, or set the item to be held upon employing UO.Macro(24,2).


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

UO.LHandID

UO.Macro