Link Sarronnyn Newbie
Joined: 20 Jan 2003 Posts: 1
|
Posted: Mon Jan 20, 2003 4:03 pm
Custom Says |
Me and Danlo (character on my MUD ) put something simple together in zMUD yesterday and I thought I'd share it with you. It's the standard 'emote-say', however, on your screen it shows up as "You blah blah, ''" instead of "Name blah blahs,''". Of course, you COULD use xemote for such an effect, but that ends up replacing some stuff as you talk, which can get annoying. So here goes!
#ALIAS say {emote psychopathically sends, '%c3%-1%c0'}
#SUB {Link psychopathically sends, '(*)'} {You psychopathically send, '%ansi(cyan)%1%ansi(default)'}
Just change the text to what you want it to say and change Link to your name, and change the color codes to what your MUD uses. Voila! If you find any bugs, lemme know.
~ Link Sarronnyn |
|