hi i keep getting this error in this section of my script
Procedure Tree;
Begin
GameTab (4);
Repeat
If FindObjMultiText2(Ix, Iy, 'Tre', 'ree', 'ee', TreeColor, 5) then
if(FindColorSpiral(x, y, Tree, MSX1, MSY1, MSX2, MSY2))then
MMouse(x, y, 2, 2);
wait(500+random(300));
until(IsUpText(Players[CurrentPlayer].String1));
Mouse(x, y, 2, 2, true);
end;
FindRandoms;
AntiBanage;
FindHead;
FindEnt(TreeColor);
wait(10000+random(1000));
Until(invcount = 28);
drop;
End;




Reply With Quote




Or else if you don't want to post the whole script, at least post the variables you declared and tell me what line the error is on.
