#May be a bug, may be intended, but I can
1 messages · Page 1 of 1 (latest)
Connect both wires to input
If I recall right it says you can't change it because there's no wire connected to that color
Connecting wires did nothing to the parameterization
(Current setup for reference)
I want to be able to change that 13 constant to be a multiple of parameter 0s stack size
Note that is does work fine if you swap their positions
I don't understand what changed to allow the line with 13 to show up in that last one
Reply message has the non-functioning setup. This message has the functioning one
Oh that is weird
yeah, this is why I think it might be a bug
Ok, this might make sense to me
If you start your whole setup with a constant, shouldn't it be assumed that you want it as an actual constant?
But if you make it a variable, then obviously it is open to interpretation
depends on the operator used.
I might want the constant to be different constant for bitshifts, and that isn't possible
or with division
maybe, but that feels weird to me. An arithmetic combinator has two inputs. Having only one of those being capable of becoming a variable (based on parameters) seems off
yeah
Worth bringing to the forums as a bug report, if nothing else than to get clarification