Sonolus Wiki

If

Conditionally execute a branch.

Arguments

ArgumentDescription
testTest
consequentConsequent
alternateAlternate

Return

consequent if test is truthy, alternate otherwise.