 |
john_taylor_jr Wanderer
Joined: 17 Jan 2003 Posts: 57 Location: USA
|
Posted: Fri Jan 31, 2003 11:46 am
Double Execution |
In any line that ends in here double executes whatever script I have set up for it. I know I don't have any inherited problems because I completely uninstalled zMUD and deleted the directory and hand typed all of my triggers over again. It doesn't matter the command I enter whatever it is it double executes Here is an example
What is executed is marked in bold
East Obsidian Road [e,w].
Two Elite Red Guardsmen are here.
Slow walking paused
bd monster
> bd monster
No other triggers double execute except the triggers with the line soandso is here. or Three soandsos are here. |
|
|
 |
john_taylor_jr Wanderer
Joined: 17 Jan 2003 Posts: 57 Location: USA
|
Posted: Fri Jan 31, 2003 11:50 am |
Also when I say the text it doesn't fire twice only when it comes from the mud.
mud.rod.org port 3000
Is it something my mud has put in? |
|
|
 |
john_taylor_jr Wanderer
Joined: 17 Jan 2003 Posts: 57 Location: USA
|
Posted: Fri Jan 31, 2003 12:01 pm |
#TRIGGER {is here.} {#SA fire}
Here is a simple trigger I wrote and it double fires. I can changed it to
Elite red guardsmen
East Chasek Road [e,s,w].
Elite Red Guardsman is here.
fire
fire
>
Elite Red Guardsman leaves east.
fire
see only in the is here. text will it double fire. |
|
|
 |
Kjata GURU

Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Fri Jan 31, 2003 12:47 pm |
Look at the options for your trigger that matches on "is here" and see if it has both Triger on Prompt and Trigger on Newline options checked. You only want the Trigger on Newline option checked and not the Trigger on Prompt one.
Kjata |
|
|
 |
john_taylor_jr Wanderer
Joined: 17 Jan 2003 Posts: 57 Location: USA
|
Posted: Mon Feb 03, 2003 3:27 am |
No it wasn't that. But it did stop double fireing when I changed my slow walking ok command from ~[*~].$ {#WA 100;#OK}
to a trigger that fires whenever I sneak somewhere. |
|
|
 |
|
|