I'm wondering if anyone has a script or knows of a way to delete a variable upon sending something to a server from the input box?
I have an anti-idle script that sends an input to a server when an idle warning string is received. The trick here is it only sends an input so many times. It keeps track of how many times it has sent with a variable. What I would like is have the number of inputs automatically deleted when I send text myself, instead of having to remember to execute the $world->deletevariable function myself.
I'd prefer to have such a script written in PerlScript, but I can convert from VBScript or JScript.
I have an anti-idle script that sends an input to a server when an idle warning string is received. The trick here is it only sends an input so many times. It keeps track of how many times it has sent with a variable. What I would like is have the number of inputs automatically deleted when I send text myself, instead of having to remember to execute the $world->deletevariable function myself.
I'd prefer to have such a script written in PerlScript, but I can convert from VBScript or JScript.