Okay, I need help.
I am trying to write a timer that executes an if statement for the MUD Achaea.
It looks like this:
/if eat=on
then
if sleep=off
then
if stun=off
then
if stupidity=on
then
send goldenseal1
elseif
bloodroot=on
then
send bloodroot1
and so on and so forth.
I have it fire .5 seconds, continually.
Now, when I try that it gives me an infinite error, so the only way I can stop it is by Ctrl-Alt-Del the client.
Goldenseal1 and Bloodroot1 are aliases that I have made.
I also need to know, when I select where it send to, what do I set? I don't have any scripts written.
I am trying to write a timer that executes an if statement for the MUD Achaea.
It looks like this:
/if eat=on
then
if sleep=off
then
if stun=off
then
if stupidity=on
then
send goldenseal1
elseif
bloodroot=on
then
send bloodroot1
and so on and so forth.
I have it fire .5 seconds, continually.
Now, when I try that it gives me an infinite error, so the only way I can stop it is by Ctrl-Alt-Del the client.
Goldenseal1 and Bloodroot1 are aliases that I have made.
I also need to know, when I select where it send to, what do I set? I don't have any scripts written.