|
lewdpotato Novice
Joined: 16 May 2002 Posts: 48 Location: USA
|
Posted: Fri Jul 12, 2002 4:24 am
command char # |
In the Tradewars game a # when keyed tells you who is online in the game. I know this is the command char in mudd. I also know I can change this in the preferences under special characters but really dont want to do that. my question is, is there a way I can use this in a button or script so that mudd does not see it as the command char?
thanks in advance |
|
|
|
bgunther Novice
Joined: 20 Dec 2001 Posts: 39 Location: USA
|
Posted: Fri Jul 12, 2002 8:16 am |
You mean, like quoting it with the zmud quote character ~ (tilde)?
#alias dowho {~#}
Bob, aka Kayd on SWMud and a few others. |
|
|
|
lewdpotato Novice
Joined: 16 May 2002 Posts: 48 Location: USA
|
Posted: Fri Jul 12, 2002 9:37 am |
thank you so much!!! this is what I came up with,with your help and it works great.
#sendp ~#
#alias online {~#} |
|
|
|
|
|