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:
I've had a similar problem. The issue is storing a value that can be modified over time. I used a variable for this but it isn't quite what variables were intended for. It works fine though. Your value for R2 would go into a variable modifier to increase the speed value. You'd probably need to scale it down with a calculator. Variables have their own max and min so you shouldn't need checks to avoid exceeding those.
You can also use a value slider as a way to store a value with a max and min. You would wire the set value input to the current value plus the increment calculated from R2. On the dreamiverse there is a local variable chip that helps with this.