Overview

IF command has 3 input nodes, the first node requires a BOOL data type which will launch the commands of the second node if the argument returns a true bit or the third node if it is false. The second node requires an action as if it was attached to the RESULT node where the action will launch if the first node returns true. The third node also requires an action as if it was a RESULT node, this action will launch when the first input node returns a false.