why does it say
with this codeSCAR Code:Line 103: [Error] (14504:25): comma (',') expected in script
SCAR Code:4: begin
GameTab(1);
wait(1000 + random(3000);
GameTab(4); //line 103
end;
why does it say
with this codeSCAR Code:Line 103: [Error] (14504:25): comma (',') expected in script
SCAR Code:4: begin
GameTab(1);
wait(1000 + random(3000);
GameTab(4); //line 103
end;
i know its a fair amount of waiting but that still doesn't explain why i get the error
Add closing parenthesis here:
wait(1000 + random(3000);
To make it
wait(1000 + random(3000));
thanks
i knew it would be something like that
it always is but generally t takes someone else to spot it
thanks again
+rep
There are currently 1 users browsing this thread. (0 members and 1 guests)