Skip to main content

Report this content

We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.

Note that misuse of the reporting tool will not be tolerated.

Item being reported:

A forum post by Supposer

If I understand correctly, the timer is counting up from 0, and you want to give them more time.

If that's right, you could set the timer target time using some signal, then add to that signal instead of to the timer itself. So you could have a calculator gadget with the original time set in A. Have it set to add, and set B to 0. Now wire its result into A. This means it will keep its current value until you pulse a value to add (or pulse a negative number to subtract).

Now you can wire the result also into the timer's target time. So when you pick up 5 things, pulse the value 10 to the calculator's B input. That'll increase the stored value of the calculator by 10, and will in turn increase the timer's target time by 10.

Hope this helps.

Oh dear! Your browser is either unsupported or there has been a problem loading the page.