Author |
Message |
Topic: Script help |
Anferny
Replies: 15
Views: 10449
|
Forum: zMUD General Discussion Posted: Fri Mar 21, 2003 7:46 am Subject: Script help |
Here is what I have for the modified script
#VAR autoreturn 0 0
#VAR fleeing 0 0
#AL autoreturn {#MATH autoreturn !@autoreturn}
#AL flee {#IF (@autoreturn) {#T+ autoreturn;~flee} {#T- autoretur ... |
Topic: Script help |
Anferny
Replies: 15
Views: 10449
|
Forum: zMUD General Discussion Posted: Thu Mar 20, 2003 9:30 pm Subject: Script help |
Great! Thank you alot! I am really starting to get the hang of this.
Here is a related question.
What if instead of just killing them from the same room I wanted to use a ranged attack that put ... |
Topic: Script help |
Anferny
Replies: 15
Views: 10449
|
Forum: zMUD General Discussion Posted: Thu Mar 20, 2003 6:22 pm Subject: Script help |
{#VAR fleeing 1;west;kill worm;flee}{#VAR fleeing 0}
That is what I get as output whenever I flee east.
Also I am getting
{#VAR fleeing 1;south;kill worm;flee}{#VAR fleeing 0}
Whenever I g ... |
Topic: Script help |
Anferny
Replies: 15
Views: 10449
|
Forum: zMUD General Discussion Posted: Wed Mar 19, 2003 7:53 pm Subject: Script help |
Thanks for the large amount of help so far. I think I am starting to understand some.
I am now having the problem of it not working at all...
Let me see if I can't look at it and figure out what ... |
Topic: Script help |
Anferny
Replies: 15
Views: 10449
|
Forum: zMUD General Discussion Posted: Tue Mar 18, 2003 12:26 am Subject: Script help |
Allright :)
I got it in and everything so everything is great so far. Only one small problem.
It is reading me going back in the other direction after the flee, to attack, as me leaving again so i ... |
Topic: Script help |
Anferny
Replies: 15
Views: 10449
|
Forum: zMUD General Discussion Posted: Mon Mar 17, 2003 11:48 pm Subject: Script help |
How do I actually get that in?
|
Topic: Script help |
Anferny
Replies: 15
Views: 10449
|
Forum: zMUD General Discussion Posted: Mon Mar 17, 2003 3:02 pm Subject: Script help |
I am trying to figure out how to make a script and not having much luck.
Basically here is what I want to do.
I want to have a script I can turn off and on (Doesn't always do it)
Now for as w ... |
|