Author Topic: func_timer o.O  (Read 3246 times)

Plague Bringer

  • Posts: 3815
  • Turrets: +147/-187
func_timer o.O
« on: April 23, 2007, 10:30:52 pm »
wtf does this do, exactly?
U R A Q T

Survivor

  • Posts: 1660
  • Turrets: +164/-159
func_timer o.O
« Reply #1 on: April 23, 2007, 10:49:31 pm »
Quote
!!!func_timer
A timer. Can be triggered or started on by the spawnflag. It will trigger it’s targets after a set amount of time. This amount can be specified exactly or randomized within bounds.
The randomization is as follows:
Min = (wait-random)      Max = (wait+random)

| **Keys** | **Value input** | ** Effect** |
| wait | numerical (default 1) | Amount of time between triggers in seconds |  
| random | numerical (default 0) | Value used to calculate timespan, seconds  |
| target | alphanumerical | Target to trigger |
| targetname | alphanumerical | used to trigger the timer on and off |


Basicly just a timebomb-like clock. When the specified countdown is complete since it was first triggered (either by a trigger or mapload) it will trigger its own targets and continue to do so every timespan untill shut off by triggering it once again.

Yes, that fucking entity explanation list will ultimately go on the wiki, when i'm done with it
I’m busy. I’ll ignore you later.

rdizzle

  • Posts: 187
  • Turrets: +1/-1
func_timer o.O
« Reply #2 on: April 25, 2007, 07:00:39 pm »
imagine a field full of volcanic steam vents.  imagine you put target_push and some nifty animation on each of those vents.  lets say further you want them to randomly trigger on and off.  well, use func_timer.

btw, that's a good idea for a map, if i don't say so myself ...


/me goes off mapping ...

rdizzle

  • Posts: 187
  • Turrets: +1/-1
func_timer o.O
« Reply #3 on: April 25, 2007, 07:03:04 pm »
the real question, since I am noob to the inner workings of maps... is func_timer calculated server or client side?

Survivor

  • Posts: 1660
  • Turrets: +164/-159
func_timer o.O
« Reply #4 on: April 25, 2007, 09:03:51 pm »
server iirc
I’m busy. I’ll ignore you later.

Dersaidin

  • Posts: 58
  • Turrets: +0/-0
func_timer o.O
« Reply #5 on: April 27, 2007, 08:23:24 am »
I'd say server, since its essentially a script event. But thats only an informed guess :p