change a variable after a block condition is met
-
Hi,
I would like to set the variable "confirming1" of int type to 1 when the condition of the block is met. I am not sure if this is the right way:

Edit: I found the block "change variable", I think that will do what I want. My apologies!
But if anybody would like to comment what the variable sidebar does, I would be grateful.
-
@equinox Your setting means that if the condition block is true, the variable is modified as you say.
-
@l-andorrà Great, thank you for replying!
-
@equinox You are welcome.