when i start a script it starts lagging and stuff... is it because of the thing? or what?
or does this hapen to everyone too?
cause mine pauses for like 5-10 seconds
o.O
when i start a script it starts lagging and stuff... is it because of the thing? or what?
or does this hapen to everyone too?
cause mine pauses for like 5-10 seconds
o.O
Is your actual computer running slow? Like do you have trouble with other programs? If so it might not be SCAR's fault.
However, a good reason for scripts to cause lag is when you repeat a Find function and it comes back false. Example:
Anyone will tell you that's a terrible procedure because it has no failsafe, but it also has no wait time between looking. If you have any parts of your script that look like that, try just adding a short wait after.SCAR Code:procedure FindColor;
begin
repeat
FindColor(x,y, 633687, MSX1, MSY1, MSX2, MSY2);
until(false)
end;
Temporarily inactive.
There are currently 1 users browsing this thread. (0 members and 1 guests)