RoboClaptrap4
Member
- Joined
- Feb 14, 2018
- RedCents
- 181¢
I use a lot of holy/downshits, and they work pretty well. However, they get checked really, really often (like every second or so). I'm trying to think of a general strategy for basically "holy/downshits, but once every 10 seconds instead of once every second". Like, would there be a way to define some kind of timer in the command that the holy/downshit executes so that it only fires if the timer has expired? Basically, a command like this:
if (timer foo has expired)
{
execute downshit command
start 10 second foo timer
}
if (timer foo has expired)
{
execute downshit command
start 10 second foo timer
}

