how would i.... Angry_Zealot Sunday, February 13, 2000

how would i give my bot an anti idle? would i use the custom commands, if so HOW?!

 
Re: how would i.... Angry_Zealot Sunday, February 13, 2000

> how would i give my bot an anti idle? would i use the custom commands, if
> so HOW?!

ok i figured that out, now is there a way where i can whisper it a command and it will stop?

 
Re: how would i.... Angry_Zealot Sunday, February 13, 2000

> ok i figured that out, now is there a way where i can whisper it a command
> and it will stop?

ok n/m again i cant figure out my first problem or second problem could you plz give me the 2 scripts to make this work?

 
Re: how would i.... SubSpace Thursday, February 17, 2000

Hi,

> ok n/m again i cant figure out my first problem or second problem could
> you plz give me the 2 scripts to make this work?

You can indeed make an anti-idle using a popup or custom command, but right now there is no real way to stop it once it's running. I hope to change this in the very near future. Run the following script in a seperate thread:

while (true) { talk("anti-idle") sleep(60000) }

Would say anti-idle every minute

SubSpace