Run Node - Yes/No?

Having a bit of a mind blank here.

I’m looking to run certain parts of a script based on user input using the Data-Shapes Multiuser Input form. The question is what is the easiest way to stop a script at a certain location using a Boolean?

What have you tried to do to make this work because the use of the IF node can allow this to happen.

You put the true/false boolean into the test(or the statement from UI input node) then the true input will be what information to pass if true, and similar for false.

thanks Brendan - that exactly what I was after. I was missing the ‘null’ input into the If node so kept getting a Function output which didn’t work. #Basics

Basic script looks like this;

I would like to do something similar, except, run different data ‘if’ user input is true…