|
mkhuber Newbie
Joined: 07 Jun 2005 Posts: 3
|
Posted: Tue Jun 07, 2005 2:10 pm
Probably a simple question... |
I have a trigger:
You see: (*)
#ECHO %1
MUD text:
You see: a small shiny dish.
And zMUD is only returning:
a
What am I doing wrong? Or is there a preference setting I need to make? |
|
|
|
DeReP Adept
Joined: 14 Jun 2003 Posts: 222 Location: Chile
|
Posted: Tue Jun 07, 2005 2:41 pm |
I have no problem with your trigger, at all.
#TRIGGER {You see: (*)$} {#ECHO %1} |
|
|
|
Private Adept
Joined: 10 Jan 2002 Posts: 264 Location: USA
|
Posted: Tue Jun 07, 2005 3:17 pm |
the only way i know to get the result you see is:
You see: (?)
check your trigger and make sure you have * rather then ?
are there any other objects you could test it on? or is "a" the first letter you usually see? |
|
|
|
mkhuber Newbie
Joined: 07 Jun 2005 Posts: 3
|
Posted: Tue Jun 07, 2005 4:44 pm |
You see: a small shiny dish.
returns: a
You see: the body of a dead dog
returns: the
it is always the first word after the : |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Jun 07, 2005 5:44 pm |
What version of zMUD are you using? You might have another setting in the background interferring with your trigger. I just pressed ESC from the main character screen to open a blank window then typed:
#TRIGGER {You see: (*)} {#ECHO %1}
and then typed:
#SHOW "You see: a small shiny dish."
and zMUD properly displayed "a small shiny dish."
So, I don't see any problem here. |
|
|
|
mkhuber Newbie
Joined: 07 Jun 2005 Posts: 3
|
Posted: Tue Jun 07, 2005 6:31 pm |
looks like it is a weird setting, i'm gonna start a new character with a new settings file.
Thanks for the info and the help |
|
|
|
|
|