vileplume Novice
Joined: 26 Dec 2001 Posts: 43 Location: USA
|
Posted: Tue May 14, 2002 3:16 am
Help with special character use in #SUB please? |
I'm trying to alter my skills list using the #sub command in a trigger to display MY zmud syntax for executing the command instead of the less meaningful description given by the mud. I'm running into a little trouble and wondered if there was a way around it.
Basically, my trigger looks like this:
#TRIGGER {Cancelling spirit defenses}
{#SUB {SYNTAX can %1}}
When pattern is matched, it displays the following:
SYNTAX can
How can I get it to display the %1 part of my syntax? I tried putting a ~ in front of the %1, like this {#SUB SYNTAX can~%1} as suggested by the help file on special characters, but it displayed exactly the same as without the ~ inserted.
What's the trick here? |
|