|
willowrose Newbie
Joined: 26 Sep 2003 Posts: 6
|
Posted: Fri Sep 26, 2003 6:40 pm
Alias error |
When my aliases are triggered the commands aren't being shown on screen, same goes for my triggers. I have a trigger that keeps causing me to be told "They aren't here." but I don't know what's causing it. Recall also doesn't work I get a zMud error "infinite loop detected in command parsing:~recall%-1:#RECALL. I have no triggers or aliases set for recall so I'm not sure why this is happening (Ican use / for recall so it's not a big deal).
I would very much appreciate help in correcting my settings or anything else that may be causing this. |
|
|
|
Talahaski Enchanter
Joined: 10 Oct 2000 Posts: 656 Location: USA
|
Posted: Fri Sep 26, 2003 7:10 pm |
Go to Preferences and turn on echo commands in the general tab
|
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sat Sep 27, 2003 3:48 am |
There is a default alias for "recall". This alias is designed with commands of:
~recall %-1 ~ bypasses parsing this as a reference to the alias, %-1 includes any and all parameters
#RECALL sets the position within the automapper to the defined recall point
If you have defined another "recall" alias then zMud would use it, but you must make sure to put a '~' before the name of the alias to have it not be parsed for existing aliases when that is the situation. That doesn't sound very clear, but it is then best way I can put it. |
|
|
|
willowrose Newbie
Joined: 26 Sep 2003 Posts: 6
|
Posted: Mon Sep 29, 2003 9:58 pm |
quote: Originally posted by Vijilante
There is a default alias for "recall". This alias is designed with commands of:
~recall %-1 ~ bypasses parsing this as a reference to the alias, %-1 includes any and all parameters
#RECALL sets the position within the automapper to the defined recall point
If you have defined another "recall" alias then zMud would use it, but you must make sure to put a '~' before the name of the alias to have it not be parsed for existing aliases when that is the situation. That doesn't sound very clear, but it is then best way I can put it.
I have not defined another alias as recall. I checked for that before I posted my question.
I also am having a problem with the #beep command. I've checked the sound file that it is set to play and it exists and works but when the command is triggered I get the response "They aren't here." Any clue why? |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Tue Sep 30, 2003 3:39 am |
It sounds like you may have either changed the Quote character to something other than ~ or disabled it completely. You can check by looking at Prefs, Special Characters.
If you have changed/disabled the Quote character, you can either change it back/reenable it or change/disable the alias. The recall alias is an inherited setting and it will be overridden if you make a new alias. However, it might be easier to simply disable it by putting this in the command line:
#AL atconnect {#T- recall alias}
No clue on the #BEEP problem, sorry. |
|
|
|
willowrose Newbie
Joined: 26 Sep 2003 Posts: 6
|
Posted: Tue Sep 30, 2003 5:11 pm |
OMIGOSH! Thank you soooo much. All of my special characters except one were different than the default. I changed them back and now everything works, including my beep *hugs* :)
|
|
|
|
|
|