Skip to content

Add time to ball save based on event #146

Answered by avanwinkle
bernarma asked this question in Q&A
Discussion options

You must be logged in to vote

This is not functionality that's been requested before and does not exist on ball saves directly!

It would be reasonable to extend ball saves to include control events to add/jump the timer, and could even pause/subtract/restart as well. Essentially the code from the Timer device would need to be duplicated over into Ball Save and the configs extended.

Now that I write that out, it occurs to me that a simpler out-of-the-box option would be to literally use a Timer :) The timer's control events could start/add/jump/pause/restart et cetera. The timer's started event would be the ball save's enable_events and the timer's complete event would be the ball save's disable_events.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bernarma
Comment options

Answer selected by bernarma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants