World.note

Posted by Garak on Fri 09 Dec 2005 07:05 PM — 2 posts, 11,850 views.

#0
Greetings all!

I just switched to MUSHclient from Java, and I was trying out how to get something to work. In java there is a function called ECHO. Echo is a type of trigger. For example, the trigger line would be

You are bleeding

In the command entry box for the trigger I would put

#echo clot

Then whenever the message "You are bleeding" came up on the game window, the message "clot" would appear under that. I was told mush clients version of this is called the note function. I can't figure out how to get it to work. Any pms or responses that could help me set up a system like the one described above would be greatly appreciated!
Australia Forum Administrator #1

<triggers>
  <trigger
   enabled="y"
   match="You are bleeding"
   sequence="100"
  >
  <send>clot</send>
  </trigger>
</triggers>


Also read:

http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=6030

If you don't want to send "clot" to the MUD, change the trigger "send to" to "output".