Ty for all ur help! My new script wuz good until I added wait time. Ill try to figure it out, but here is the script so u can try too. Line 4: [Error] (4:25): comma (',')
SCAR Code:
program RandomTalker;
begin
repeat
wait(20000+Random(10562);
case(Random(5))of
0: SendKeysWait ('I wish I could play XBox at the same time :(', 500, 100);
1: begin
SendKeysWait ('Man, this is soo borinh', 500, 100));
Wait (500);
SendKeysWait ('boring*', 500, 100));
end;
2: SendKeysWait ('Dang Ive been on sooo long', 500, 100));
3: SendKeysWait('...', 500, 100));
4: SendKeysWait ('I LIKE CHEESE OK?!', 500, 100));
end;
until(false)
end.