|
Fergal1982 Wanderer
Joined: 08 Aug 2005 Posts: 70
|
Posted: Fri Nov 03, 2006 9:53 am
Colour triggers not working |
I have two triggers which colour text and dont appear to be working. they are:
Code: |
Trigger text: ^You currently have (%d) knowledge crystals and (%d) power crystals to use.
Trigger Action: #if ((%1/3) >= 1) {#col {green}}
#if ((%2/3) >= 1) {#col {yellow}} |
&
Code: |
Trigger Text: ^You have regained focus.
Trigger Action: #col {green} |
both of these are as converted from Zmud. ive tried removing the brackets around the colours, changing col to co, color, and even cw. but no joy.
hell, i even tried adding a line into the first trigger statin #echo %1 %2, even just #echo test to no avail, these triggers just arent firing.
Can anyone point out what im going wrong?
Fergal |
|
|
|
tatali0n Newbie
Joined: 03 Nov 2006 Posts: 4
|
Posted: Fri Nov 03, 2006 11:03 am |
Don't know if this will help, as I haven't tried it myself yet; but the following is a response I had to a similar issue with the #col command that I encountered last night when importing Zmud triggers into Cmud...
Zugg wrote: |
Try using:
#col "white,bright"
instead of the {}. |
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|