How do I make something happen repeatedly every few seconds?
Posted Aug 27, 2011
Title says it all.
Registered users don’t see ads!
Register now!
Posted Aug 27, 2011
Replied
22 minutes
later
Use a logic_timer together with its OnTimer event.
Posted Aug 27, 2011
Replied
41 minutes
later
Thank You
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:
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
Posted Aug 27, 2011
Replied
3 hours
later
OMG THOSE ARE MY TWO FAVORITE HAMMER TUTORIAL PEOPLE! Well played, Greyhound. Well... played...
Posted Aug 27, 2011
Replied
1 hour
later
2 logic relays set to trigger eachother, make sure to use delays
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.
Registered users don’t see ads!
Register now!
Posted Aug 27, 2011
Replied
24 minutes
later
Learned that the hard, painful way.