How to write and use world.Note script

Posted by Babochka on Tue 04 Oct 2005 12:54 PM — 3 posts, 14,206 views.

USA #0
To Life Immortal

Hello I love MUSHclient and I use it to play me favourite game, Achaea.

I am creating a website about my characters on the game, so I will need to make notes to myself while playing. I read about world.Note, but I dont seem to understand. Could some explain how to write a script which will allow me to make notes while I log the game and also tell me how to use the script?

Thanks in Advance,


Babochka the Russian Butterfly
Australia Forum Administrator #1
If you just want to log things to your log file, you can use this alias:


<aliases>
  <alias
   match="Note *"
   enabled="y"
   send_to="6"
   sequence="100"
  >
  <send>%1</send>
  </alias>
</aliases>


Then you could type "Note blah blah" and it would be logged. Or change the alias to "send to output" and it will appear in the output window.
USA #2
To Life Immortal

ooooo thanks for the help; you're a good bloke, Nick Gammon.
* nice hug *

Babochka the Russian butterfly