Condition

From Kolmafia
Revision as of 06:23, 3 September 2010 by imported>Theraze (Created page with 'Help condition offers the following: condition* clear | check | add condition | set condition - modify your adventuring goals. goal* clear | check | add condition | set condition…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.