Condition
Help condition offers the following: condition* clear | check | add condition | set condition - modify your adventuring goals. goal* clear | check | add condition | set condition - modify your adventuring goals. objective* clear | check | add condition | set condition - modify your adventuring goals.
condref - list conditions usable with if/while commands.
if condition; commands - do commands once if condition is true (see condref). elseif condition; commands - do if condition is true but preceding condition was false. while condition; commands - do commands repeatedly while condition is true.
Condition, Goal, and Objective are identical; Goal and Objective just being aliases for Condition.
Condref will provide a list of conditions that can be applied with the if, elseif, or while commands.