ok here's what I have.
if (InChatMulti('he', 'ell', 'llo', 'yo')) then
begin
Wait(500 + Random(500));
TypeSend('whats up?');
end;
now once that is called I want to stop it from being able to be called for 10 minutes. Is there a way to disable it and then re-enable it? What i don't want to happen is someone come up and start talking to me.... and happen to say Yellow or you or anything and realize that no matter what he says I keep typing 'whats up?' Thank you all for being so helpful. decide


Reply With Quote

