I want to go down a ladder but sometimes it misses and thats my problem. How can i make my script so it keeps trying until it goes down?
My ladder godown procedure
If (FindObjMultiText(TX, TY, 'La', 'dd', 'er', 2708852, 4)) then
Begin
Mouse(TX, TY, 3, 3, False)
Wait(200+random(50))
ChooseOption(x,y,'Climb')
Flag;
Wait(800+random(50))


Reply With Quote








