else if %cond:EXPR% — Blocks

else if %cond:EXPR%
Control Flow1.0.0

Description

An alternative condition branch that follows an if or else if block.

Allowed Contexts

Root LevelInside Block

Examples

on join: if player is sneaking: send player "You are sneaking!" else if player is sprinting: send player "You are sprinting!"

All Possible Usages (1)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

else if <cond>

Related (Control Flow)