i currently am enjoying the ease of use of pyro's guild miner, but didn't like it's silence.

so i looked at a simple auto responder and created on of my own.

SCAR Code:
procedure ReplyToMsg;
begin
  if inchat('lvl') or inchat('level') then
   begin
    saycurrentlevels('mining');
   end;
  wait(1);
  if inchat('Hi') then
   begin
    typesend('yo');
   end;
  wait(1);
  if inchat('macro') or inchat('auto') or inchat('bot') then
   begin
    typesend('lmao');
   end;
  wait(1);
  if inchat('free') then
   begin
    typesend('nah...');
   end;
  wait(1);
end;

but when i went onto my other computer to test it i said the msg and the script stopped mining after it said '64'