 |
tbone235 Apprentice
Joined: 02 Nov 2002 Posts: 107 Location: Australia
|
Posted: Fri Jan 31, 2003 1:36 pm
gag question |
My output from my mud is as follows
Your magical armor wears away.
Variable tempspell removed.
You feel less righteous as the blessing upon you fades.
Variable tempspell removed.
You are no longer able to breathe underwater.
Variable tempspell removed.
You feel weaker.
Variable tempspell removed.
You feel yourself slow down.
Variable tempspell removed.
Variable tempspell removed.
The magic circle around you shimmers and fades away.
Variable tempspell removed.
Your globe of darkness vanishes.
Variable tempspell removed.
Your mental barrier breaks down.
Variable tempspell removed.
A momentary lapse of concentration causes your thought shield to fade away.
Variable tempspell removed.
You can no longer sense aggression.
Variable tempspell removed.
Ok.
Obviously I am removing a variable called tempspell, I tried setting up a trigger like
#trigger (^Variable tempspell removed.$) {#gag}
but it just removed everything instead of just that line... Is there some way I can just turn off seeing the var getting removed?
thanks |
|
|
 |
Kjata GURU

Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Fri Jan 31, 2003 1:42 pm |
In the script where you have the #UNVAR command, put a #GAG right after it.
Kjata |
|
|
 |
tbone235 Apprentice
Joined: 02 Nov 2002 Posts: 107 Location: Australia
|
Posted: Fri Jan 31, 2003 1:44 pm |
thanks :)
|
|
|
 |
|
|