|
Kurt_DH Wanderer
Joined: 26 Oct 2000 Posts: 62
|
Posted: Mon May 05, 2003 4:29 am
Question |
I use ' for says in the MUD I play. I want to change it so whenever I use ', it emotes a say instead. I tried making it an alias but then I have to put a space after the ' for it to actually put on the screen what I'm saying. Is there any way to make it so I can just type "'inputhere" and have it use an emote, instead of me having to put a space after the '?
|
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Mon May 05, 2003 4:37 am |
How about
#ONINPUT {^'(*)$} {say %1}
Ton Diening |
|
|
|
Kurt_DH Wanderer
Joined: 26 Oct 2000 Posts: 62
|
Posted: Mon May 05, 2003 6:45 am |
Bingo. Thanks.
|
|
|
|
|
|