|
RobMacAF Apprentice
Joined: 09 Jun 2002 Posts: 186 Location: USA
|
Posted: Mon Dec 01, 2003 1:35 am
Did this before, but don't remember now.. |
Ok, I had it so I would type color <where I want it, names, system, etc> <rgb color> <what I wanted to color>
So for instance if I could type color system 00ccaa Obvious Exits: *
This would make a trigger in my Main|Colors|System folder of #TR {Obvious Exits: *} {#CW $00ccaa}
For some reason while trying to restore everything my brain had a dump and I can't remember for the life of me how I did it....Any help would be great |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Mon Dec 01, 2003 6:09 am |
#AL color {#TR {%-3} {#CW $%2} {%1}}
It seems to me that it would be just as easy to use the standard #TRIGGER command and less likely to result in mistakes, such as getting things in the wrong order.
#TR {Obvious Exits: *} {#CW $00ccaa} {Main|Colors|System} |
|
|
|
RobMacAF Apprentice
Joined: 09 Jun 2002 Posts: 186 Location: USA
|
Posted: Mon Dec 01, 2003 10:24 pm |
Ok, I am at work right now and can't try it but what does the %-3 do? Actually, I am pretty sure what it does, which is captures everything after %2, but is there any better explaination to why/how it works
|
|
|
|
|
|