Can I do it...

Post Reply
njkc
Posts: 23
Joined: Fri Aug 26, 2011 12:54 am

Can I do it...

Post by njkc »

is it possible to trigger off a texts color? For instance, in batmud armours are pink in color. So I am trying to look at my inv and put all armours into a table. For now I just use inv while in the armour shop as it lists only armour, however it doesn't list armours that aren't worth anything, which I need in the table as well. So if I could trigger off text color then problem solved. So... can I do it?

User avatar
Rakon
Posts: 350
Joined: Tue Feb 16, 2010 7:41 pm
Contact:

Re: Can I do it...

Post by Rakon »

Yes you can. Change the pattern type on the first trigger match to 'color Trigger' , and put your trigger text match in the second.

Check the box 'multiline AND trigger' and change the value in the box to 0.

Enter your script into the script box and you should be good to go.

Image

njkc
Posts: 23
Joined: Fri Aug 26, 2011 12:54 am

Re: Can I do it...

Post by njkc »

brillant, thank you

Post Reply