i made this simple timer window that just displayes the time until the next fight. and at 10 seconds left, i want the time color to turn red. so this is what the trigg looks like:
04-30-2003, 11:46 AM
#2
Guest
Perhaps the 0.01 delay is too fast. You should set it to 1 sec, nobody will notice it but it'll probably work better.
Either just make it on map initialization, or create a new trigger (remove the wait and the change color) and on the new trigger have the event: Timer has 10 seconds left (or something, bear with me) Then put the change code in there, and turn off the trigger.
Either just make it on map initialization, or create a new trigger (remove the wait and the change color) and on the new trigger have the event: Timer has 10 seconds left (or something, bear with me) Then put the change code in there, and turn off the trigger.