|
werepixie Newbie
Joined: 04 Apr 2007 Posts: 5
|
Posted: Wed Apr 04, 2007 12:50 am
Alias/Trigger question |
I have an alias that creates a highlight trigger for me that worked fine in Zmud but will not work since changing to Cmud.
Alias: AH
#TRIGGER {%1} {cHunters} {colours.Hunters} 645
This is supposed to create a trigger for a name.
so AH BOB will create a trigger in class folder colours.hunters with cHunters as the response to when the text BOB is seen. This is what it does in Zmud. However in CMud it actually creates the trigger instead of %1 = BOB it just makes the trigger as %1 which causes it to highlight everything in chunters colour.
Could someone please let me know what is wrong here.
Thank You, |
|
|
|
Arminas Wizard
Joined: 11 Jul 2002 Posts: 1265 Location: USA
|
Posted: Wed Apr 04, 2007 3:50 am |
Well... I don't know for sure why that is not working. I do have some ideas but nevermind that. This does what yours used to do in Zmud.
Code: |
#alias aH($Name) {#TRIGGER {$Name} {cHunters} {colours.Hunters} 645} |
|
|
_________________ Arminas, The Invisible horseman
Windows 7 Pro 32 bit
AMD 64 X2 2.51 Dual Core, 2 GB of Ram |
|
|
|
|
|