So basically this is a chip that when its running waits until the bool is true once its true it fires.
Example
I think this would be a helpfull chip and pretty useful!
So basically this is a chip that when its running waits until the bool is true once its true it fires.
Example
I think this would be a helpfull chip and pretty useful!
Just use a Bool Variable
then place down an event receiver and configure it to Bool Variable Changed
then using an if
chip, if the Boolean is true then do what u want.