Take shop

From Kolmafia
Revision as of 23:16, 23 November 2011 by imported>Bale (added in r9982)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

boolean take_shop(item it )

boolean take_shop(item it ,boolean takeAll )

  • it is the item to take from your mall store
  • takeAll determines if one or all of the specified item will be removed. If this parameter is not used, it will default to true.

This command will remove it from your mall store. The 1-parameter version will remove all of the item, so if you only want to remove a single unity, then you will need to use the 2-parameter version with the second parameter set to false.

CLI Equivalent

The CLI command "shop " works similarly.

See Also

have_shop() | put_shop() | shop_amount()