I have a scrip that runs a bury bone procedure but when it hits this procedure to pick bones up...
...it lags like crazy, Any ideas on why or how it could be made better?Code:procedure Collect; begin If(FindObjMulti('oens', bonecolor1, bonecolor2, bonecolor3, 7))then begin Mouse(x, y, 3, 3, false); WriteLn('attemping to pick-up bone'); ChooseOption(x, y, 'ones'); BonesInv:=BonesInv+1; wait(1000+random(500)); end; wait(1000+random(500)) //fixes the lag end;


Reply With Quote










