Page 1 of 1

help me with waittargettile

Posted: 2004-07-25 20:22:30
by lixo
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?

Re: help me with waittargettile

Posted: 2004-07-25 20:49:56
by Daioh
lixo wrote:UO.WaitTargetTile ("1339", "u", "t", "0")

Change to
UO.WaitTargetTile ("1339", u, t, "0")