Bug: logic_case
not refiring
#1353
Labels
Type: Bug
This is a problem with something that should be working one way, but isn't.
logic_case
not refiring
#1353
Describe the bug
When using a
math_counter
setup with alogic_case
, thelogic_case
will not fire anything again even after themath_counter
value is changed and given the input ofGetValue
To Reproduce
logic_case
andmath_counter
, with some trigger for themath_counter
math_counter
a max value of, say, 3, and give three cases in thelogic_case
with the numbers 1-3, respectivelyOnPressed -> math_counter -> Add -> 1
, and then shortly afterOnPressed -> math_counter -> GetValue
math_counter
, setupOnGetValue -> logic_case -> InValue
logic_case
, doOnCase01 -> sound1 -> PlaySound
.OnCase02 -> sound2 -> PlaySound
, andOnCase03 -> sound3 -> PlaySound
Issue Map
Any
Expected Behavior
The
logic_case
should refire, since it has been given the appropriate input.Operating System
No response
The text was updated successfully, but these errors were encountered: