Difference between revisions of "Goal"

From Kolmafia
Jump to navigation Jump to search
imported>Bale
(format)
imported>Bale
(remove redundancy)
Line 2: Line 2:
 
alias: '''condition'''<br />
 
alias: '''condition'''<br />
 
alias: '''objective'''
 
alias: '''objective'''
 
goal* clear | check | add condition | set condition
 
  
 
This is a CLI command for modifying adventuring goals. The possible parameters are:
 
This is a CLI command for modifying adventuring goals. The possible parameters are:

Revision as of 07:19, 7 September 2010

alias: condition
alias: objective

This is a CLI command for modifying adventuring goals. The possible parameters are:

  • clear: This will remove all adventuring goals.
  • check: This will display a list of all current adventuring goals.
  • add condition: This will add a condition to the list. If the condition is an item, it will set the necessary quantity to this many more than you currently have.
  • set condition: This will add a condition to the list. Unlike add, this parameter will set the total quantity that you want to have.

For example, if you have 3 dance cards...

  • goal add 4 dance card will create +4 dance cards as a goal and cease adventuring when you have 7 dance cards.
  • goal set 4 dance card will create +1 dance cards as a goal and cease adventuring when you have 4 dance cards.