How do I make something happen repeatedly every few seconds?

Avatar
jordenjames88
47 Posts
Posted Aug 27, 2011
Title says it all.
Advertisement
Registered users don’t see ads! Register now!
Avatar
GreyHound
57 Posts
Posted Aug 27, 2011
Replied 22 minutes later
Use a logic_timer together with its OnTimer event.
Avatar
jordenjames88
47 Posts
Posted Aug 27, 2011
Replied 41 minutes later
Thank You
Avatar
GreyHound
57 Posts
Posted Aug 27, 2011
Replied 7 minutes later
You're welcome.
I've learned a lot watching the youtube tutorials from those 2 remarkable people and their channels, which would be:

http://www.youtube.com/user/SolarChronus
http://www.youtube.com/user/rocketrascal34

Avatar
Vordwann
767 Posts
Posted Aug 27, 2011
Replied 3 hours later
OMG THOSE ARE MY TWO FAVORITE HAMMER TUTORIAL PEOPLE! Well played, Greyhound. Well... played...
Avatar
sirfluffs
13 Posts
Posted Aug 27, 2011
Replied 1 hour later
2 logic relays set to trigger eachother, make sure to use delays
Avatar
ChickenMobile
2,460 Posts
Posted Aug 27, 2011
Replied 1 hour later

sirfluffs wrote:
2 logic relays set to trigger eachother, make sure to use delays

Not a good idea, a logic_timer is a much better solution, seeing as you use less entities and it can be repetitively fired without a red error appearing in the console every 2 seconds.

Advertisement
Registered users don’t see ads! Register now!
Avatar
MasterLagger
1,695 Posts
Posted Aug 27, 2011
Replied 24 minutes later
Learned that the hard, painful way.