else
Jump to navigation
Jump to search
The else
script command is used to skip the next command block. While else
on its own unconditionally skips the next block, it can be combined with if
, random
, ifvisible
or ifexistinternal
to execute a block if the condition is false.
Usage
else
Context: Ignored