Difference between revisions of "UO.LTargetID"

From OpenEUO
Jump to: navigation, search
(Created page with " UO.LTargetID ⇔ Return the id of the last target used. You can also write to this variable and use it in conjunction with UO.Macro(22) (LastTarget), which will target the objec...")
 
 
Line 4: Line 4:
  
 
Note: UO.LTargetKind must be set to 1 for UO.Macro(22) to utilize UO.LTargetID.
 
Note: UO.LTargetKind must be set to 1 for UO.Macro(22) to utilize UO.LTargetID.
 +
 +
[[UO.LTargetKind]]
 +
 +
[[UO.Macro]]

Latest revision as of 13:32, 9 October 2010

UO.LTargetID

⇔ Return the id of the last target used. You can also write to this variable and use it in conjunction with UO.Macro(22) (LastTarget), which will target the object as if it was clicked with the mouse.


Note: UO.LTargetKind must be set to 1 for UO.Macro(22) to utilize UO.LTargetID.

UO.LTargetKind

UO.Macro