I need help making a fail safe for this.
W7TU1Ry.jpg
I need help making a fail safe for this.
W7TU1Ry.jpg
If the action is in a loop then:
Simba Code:for i:=15 to 28 do // your loop, as i quess from index i you use in tpa
begin
if length(atpa)<(i-1) then exit;//failsafe if your tpa doesnt exist doesnt try to acces it
mouse(middletpa)
end;
Your script crashes because atpa[i] does not exist at some point of your script and cant access it
There are currently 1 users browsing this thread. (0 members and 1 guests)