Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: logic_case not refiring #1353

Open
ErinRoseWebs69 opened this issue Jan 31, 2025 · 0 comments
Open

Bug: logic_case not refiring #1353

ErinRoseWebs69 opened this issue Jan 31, 2025 · 0 comments
Labels
Type: Bug This is a problem with something that should be working one way, but isn't.

Comments

@ErinRoseWebs69
Copy link

Describe the bug

When using a math_counter setup with a logic_case, the logic_case will not fire anything again even after the math_counter value is changed and given the input of GetValue

To Reproduce

  1. New map, make logic_case and math_counter, with some trigger for the math_counter
  2. Give the math_counter a max value of, say, 3, and give three cases in the logic_case with the numbers 1-3, respectively
  3. For the trigger, for example button, do OnPressed -> math_counter -> Add -> 1, and then shortly after OnPressed -> math_counter -> GetValue
  4. For the math_counter, setup OnGetValue -> logic_case -> InValue
  5. For the logic_case, do OnCase01 -> sound1 -> PlaySound. OnCase02 -> sound2 -> PlaySound, and OnCase03 -> sound3 -> PlaySound
  6. Compile and press the button. It will fire the logic appropriately. Press it again, and it won't refire.

Issue Map

Any

Expected Behavior

The logic_case should refire, since it has been given the appropriate input.

Operating System

No response

@ErinRoseWebs69 ErinRoseWebs69 added the Type: Bug This is a problem with something that should be working one way, but isn't. label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug This is a problem with something that should be working one way, but isn't.
Projects
None yet
Development

No branches or pull requests

1 participant