Well, I'm just testing some stuff... So, I stand near a tree, double-click my axe, and target the tree. It starts chopping...
Then I set the ltargetx, y, z, etc to the tree's.
Then I try something like this, standing in the same position:
set #ltargetx %1
set #ltargetz %2
set #ltargety %3
set #ltargetkind %4
set #ltargettile %5
finditem %axe C_ , #charid
set #lobjectid #findid
event macro 17
repeat
wait
until #targcurs = 1
event macro 22
Am I doing something wrong?
Weird thing is that this worked for me this morning (unless I'm going crazy or sth), and now I get a message:
You can't do that...

neo