Skip to content

Execute if/unless

if and unless codeblocks compile into /execute if and /execute unless respectively. See Conditions for how to use conditions.

Usage

ntscript
if CONDITION
    ...
end
ntscript
unless CONDITION
    ...
end