step_if

Function used in mission creation.

Special step that executes a binary test based on the parameters entered. From this point, the script continues on branches based on the result of the test. The script then continues on the yes branch if the result is positive, or on the no branch if it is negative.

More information about mission script structure can be found in the script guidelines reference document.

Properties

name : Name of the step, can be used as Jump_to destination and should thus be named as a C++ object (no blank, no special character …)

condition_type : Type of condition to be tested.

test_parameters : Parameters used in the test (skill name and level value, brick name, mission name …)

Conditions Type :