Difference between revisions of "Take shop"

From Kolmafia
Jump to navigation Jump to search
imported>Bale
(added in r9982)
(No difference)

Revision as of 23:16, 23 November 2011

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()