LTargetX

From Wiki
Revision as of 13:28, 26 August 2005 by Kedrick Valorite (Talk | contribs)

Jump to: navigation, search
The #lTargetX system variable determines the world x-coordinate of the last target used.
Note: #lTargetKind must be set to 2 or 3 for event Macro 22 to use the target position.

Example

; use the shovel
set #lObjectID %shovel
event Macro 17

; wait for target cursor
target 5s

; mine a spot
set #lTargetX 1000
set #lTargetY 1000
set #lTargetZ -1
set #lTargetKind 3
event Macro 22
...

See also

Main Page Documentation