Help with counter device

I want a counter to decrement by 30 each time a question is answered. I’ve tried a trigger loop, but it only works once. Normal repeaters take 15 seconds to decrement the counter by 30. Is there another way to do this?

You can tie the counter to a property and then make another property that’s multipled by 30 times the first property. Then, when you decrement the counter, you can wire the thing that decrements the counter to a trigger that updates the property. If you want to display the count, you can just use a trigger-loop that loops every 0.5 seconds and a piece of text and update the text with the property every 0.5 seconds.

1 Like

If you can’t scale the counter, use this guide:

1 Like

I figured out a way to do it with text instead. Thanks for the help anyways though.

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.