Else
(Redirected from Event Instruction 03)
Jump to navigation
Jump to search
Contents
{03} Else
Else()
Once encountered, it jumps to {04} EndIf.
If it parses it as a result of previous {01} If / {02} ElseIf instructions returning false, then it executes the instructions below itself.
See also: {01} If ― {02} ElseIf ― {04} EndIf