Timer Countdown

MechaBowser

L1: Registered
May 17, 2009
32
0
Hi. I'm trying to make a bomb have a visible counter above it that counts down.

I added a brush with an overlay above the bomb. I then added a logic_timer and math_counter to keep track of the countdown.

Unfortunately there doesn't seem to be any way to change the overlay's material. It'd be awesome if I could just change it to signs/number9, signs/number8, signs/number7 and so on as it counts down, but I can't seem to figure out how.

Any help appreciated!
 

Dr. KillPatient

L3: Member
May 10, 2009
115
8
You can't I believe, you'll need to enable/disable overlays for each number individually.
 

Firest0rm

L4: Comfortable Member
Sep 27, 2009
171
33
you could also do it with a few func_linears or something like that that could change position instantaneously with each second