well, this isnt working
u = UO.GetX()
t = UO.GetY()
UO.UseType("pickaxe")
UO.WaitTargetTile ("1339", "u", "t", "0")
apear a windows saying "parse error"
what this 1339 means, btw?
and
if i change waittargettile for this line
UO.WaitTargetTile("1339",STR(UO.GetX()),STR(UO.GetY()),"0")
it only work in some mines... there are some mine that it dont work
can anyone help me please?
help me with waittargettile
Moderators: Murderator+, Murderator
Re: help me with waittargettile
lixo wrote:UO.WaitTargetTile ("1339", "u", "t", "0")
Change to
UO.WaitTargetTile ("1339", u, t, "0")