Hi guys, why the hell wont this work, i though i had it fixed but i keep getting a comma expected in script...
Code:program testing; {.include SRL\SRL.scar} procedure RandomChatShadowscollide; var RCSC: array[0..18] of string; begin RCSC[0] := 'WC lvls?'; RCSC[1] := 'Anyone watching tv?'; RCSC[2] := 'Im bored lol'; RCSC[3] := 'cyan:wave: testing'; RCSC[4] := '.....'; RCSC[5] := 'im well bored'; RCSC[6] := 'wc ftw!'; RCSC[7] := ':D'; RCSC[8] := 'im a lumberjack and im ok i sleep all night and i work all day!'; RCSC[9] := 'dinner time :D'; RCSC[10] := '*snores'; RCSC[11] := 'How much does a rune hatchett go for these days?'; RCSC[12] := 'how long you guys been playing?'; RCSC[13] := 'cyan:scroll: FISHY! <><'; RCSC[14] := ':D'; RCSC[15] := ':D :P :)'; RCSC[16] := 'sometimes i wish my character would cut my logs for me!'; //Cheeky :P RCSC[17] := 'how much are christmas crackers?'; RCSC[18] := 'i wish my mum would shut up lol'; wait(30000+random(100000)); TypeSend(RCSC[Random(19)]; end; begin setupsrl; RandomChatShadowscollide; end.


Reply With Quote









