Condition: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
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…'
 
imported>Bale
It's not much, but it's a start I guess
Line 1: Line 1:
{{DISPLAYTITLE:condition (CLI)}}
Help condition offers the following:
Help condition offers the following:
condition* clear | check | add condition | set condition - modify your adventuring goals.
condition* clear | check | add condition | set condition - modify your adventuring goals.<br />
goal* clear | check | add condition | set condition - modify your adventuring goals.
goal* clear | check | add condition | set condition - modify your adventuring goals.<br />
objective* clear | check | add condition | set condition - modify your adventuring goals.
objective* clear | check | add condition | set condition - modify your adventuring goals.<br />
 
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.
[[Category:CLI Commands]]

Revision as of 06:44, 3 September 2010


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.