hello

i need some help doing this :S
it's a script for doing hw quests
i accept the quest and now i want to mark all items toggle quest items.
i have:
t = ScanItems(true)
t = FindItems(l,{Type=Footstool,ContID=UO.BackpackID})
for i = 1,10 do
UO.LObjectID = t[i].ID
UO.Macro(17,0,'') -- i think the problem is here
wait(1000)
end
repeat
UO.Key('ESC')
until UO.TargCurs == false
UO.Macro(17,0,'') -- i think the problem is here
because it make 2 clicks :S any solutions?
thx