Ok, think I'm missing something here. I'm trying to set my triggers so that as my prompt stats change, I can see where I'm at with a glance by color. Example:
163/163hp 177/177Sta 89/89stun>
These stats are min/max(type), I'll use the stun setting as an example. If my stun is from say 0-25 its colored purple, 26-60 is red, 61-80 yellow, and 81+ its normal green.
Here is the trigger I am using for 61-80 stun:
</trigger>
<trigger
custom_colour="17"
enabled="y"
ignore_case="y"
match="[6-8]./89stun"
regexp="y"
sequence="100"
other_text_colour="yellow"
other_back_colour="black"
The problem I am having is that portion of the prompt line does not change color until after I put in a command, or something happens in the game.
Am I missing some prompt or newline setting or something?
Thanks in advance.
-DW
163/163hp 177/177Sta 89/89stun>
These stats are min/max(type), I'll use the stun setting as an example. If my stun is from say 0-25 its colored purple, 26-60 is red, 61-80 yellow, and 81+ its normal green.
Here is the trigger I am using for 61-80 stun:
</trigger>
<trigger
custom_colour="17"
enabled="y"
ignore_case="y"
match="[6-8]./89stun"
regexp="y"
sequence="100"
other_text_colour="yellow"
other_back_colour="black"
The problem I am having is that portion of the prompt line does not change color until after I put in a command, or something happens in the game.
Am I missing some prompt or newline setting or something?
Thanks in advance.
-DW