heres the start of my auto responder
how do i patch up the second line
*i cant seem to get it to work with all the words on the same line
ty for the helpCode:procedure autoresponder; begin if inchat('Hi'or'Hey'or'Sup'or'ello'or'hiya'or'yer'or'good day'or'yo'or'Hello') then wait(random(500)); ts:= Random(9); case ts of 0:typesend('Hi'); 1:typesend('Hey'); 2:typesend('Sup'); 3:typesend('ello'); 4:typesend('hiya'); 5:typesend('yer'); 6:typesend('good day'); 7:typesend('yo'); 8:typesend('Hello'); end; end;



Reply With Quote








