Hi everyone!
Is there any way to set the constant value on the right side dynamically? I would like to set the multiplier based on conditions, but can't. Having a signal with a given value does not help this situation.
arithmetic combinator - constant number ... dinamically?
Re: arithmetic combinator - constant number ... dinamically?
So do you want it to be Dynamic… or not?Harb42 wrote: Wed Oct 08, 2025 8:55 pmHaving a signal with a given value does not help this situation.

Use a Green wire to provide the Left-side values; and a Red wire to provide the Right-side signal.
Good Luck!
Re: arithmetic combinator - constant number ... dinamically?
Arithmetic combinator just does arithmetic.
Decider combinator does decisions.
Use decider combinators to put the multiplier you want on a signal (e.g. maybe the signal "M") based on your conditions, and have the arithmetic combinator use that signal as the multiplier.
Decider combinator does decisions.
Use decider combinators to put the multiplier you want on a signal (e.g. maybe the signal "M") based on your conditions, and have the arithmetic combinator use that signal as the multiplier.