IF/SELECT: Difference between revisions

Bolded
(Added SELECT)
(Bolded)
Line 1:
'''IF''' statements are the primary conditional instructions. They evaluate whether a condition is true, and execute a Jump or Call if it is.
 
If it is not true, the instruction will occur as if the line were blank.
Line 25:
| LBL2
|}
Additionally, when selecting the action field, another condition can be added with the '''AND''' or '''OR''' selection. When wanting to make a large list of possible conditions for each variable, you'll likely want to use the '''SELECT''' option.
{| class="wikitable"
! SELECT