ok so im making a cake stall thiever and banker. Im trying to make it more random by adding this:
Procedure ClickStall;
begin
case random(2)of
1 : Mouse(x, y, 1, 1, True);
2 : Mouse(x, y, 1, 1, False);
wait(100+random(100));
ChooseOption('teal');
end;
end;
Error it gives me is that a semi colon is expected on line 33 which is the "wait(100+random(100));" line.
It wont compile and im not sure what to change.
Any help?










Reply With Quote





