i think this is right it works for me lol enjoy its not the best but its a start im new to this forums to so i dont no how to work them much
program autoTalker;
{.include srl/srl.scar}
const
messageToSend = 'blah blah';
timetowait= 2000;
begin
repeat
typesend(messagetosend)
wait(timetowait+random(1000))
until(false)
end.
