|
Caman Newbie
Joined: 20 Mar 2009 Posts: 9
|
Posted: Thu May 17, 2018 1:57 am
Capture Colored Asterix |
Hi, I need help with my trigger please. I have a 10x10 block map with different symbols ~ * ect... all in color. I need to capture the a Singular * that is a certain color next to all the estranged chars next to it.
~~~~~
~~*~~ #TRIGGER (%e[1;33m*%e[0m) {emote slaps himself} is essentially my trigger quite simple. I doesnt however fire just on the *. I fires on all bright yellow color, lol. Anyhelp? I have Tried %e[1;33m\*%e[0m with slash no avail and ~
~~~~~
~~~~~ |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Thu May 17, 2018 11:13 am |
#TRIGGER {%e[1;33m(~*)%e[0m} {emote slaps himself}
Triggers need the curly brackets for one.
The bigger issue here is that * is also a wildcard for any amount of any type of character.
Use the tilde '~' to force it to be a literal asterisk.
Also, did you check the 'ansi trigger' box for that trigger, in the settings editor? |
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|