|
Saigne Newbie
Joined: 09 Jul 2005 Posts: 9 Location: Oklahoma
|
Posted: Sat Sep 03, 2005 10:08 pm
zMUD crashing because of bad trigger. |
Hello,
I was playing with some MXP settings and somehow I messed up zMUD. When I type #TRIGGER, the last few lines are this:
+ ^(%w) tells you, "What's your VNUM?" -> #VAR WhoVNUM %1
#VAR FindVNUM 1
rl
+ Mapping: Vnum: (%d). -> #IF (@FindVNUM = 1) {
#VAR VNUM %1
#VAR FindVNUM = 0
tell @WhoVNUM @VNUM
}
+ -> #TAG name %1
#VAR roomz %1
Now, the last line: + -> #TAG name %1 is the one I believe to be messing this up, but I can't delete that setting. When I edit my triggers, and filter for name, it doesn't show it. Any ideas? |
|
|
|
Saigne Newbie
Joined: 09 Jul 2005 Posts: 9 Location: Oklahoma
|
Posted: Sat Sep 03, 2005 10:09 pm |
Oh, also, if I disable MXP, it works fine and quits crashing.
|
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sun Sep 04, 2005 1:09 am |
Your problem is a trigger with no pattern. Use "#UNTRIGGER {}" to remove it. Make sure you don't have any triggers in a pattern less state that you wish to keep.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|