playMaker

Author Topic: [Block Events] Action has no effect  (Read 804 times)

8bitbrainpower

  • Playmaker Newbie
  • *
  • Posts: 14
[Block Events] Action has no effect
« on: August 19, 2022, 06:43:05 AM »
I made a simple setup with a Bool (input key monitoring), a Block Event action set to Until False with the proper bool key variable, and a Wait action that send an event after few seconds.

But even when the input key is held and the Bool variable is True, once the timer is up the event is sent. So it is not blocked at all. Same result with While True on the action condition.

Is it bugged or am I using it wrong ?
« Last Edit: August 19, 2022, 06:53:05 AM by 8bitbrainpower »