Take shop

From Kolmafia
Revision as of 04:35, 30 March 2014 by imported>Gnocchi masala (Veracity's revision 12905 implementing changed shop funcionality.)
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

boolean take_shop(item it )

boolean take_shop(int qty ,item it )

  • qty an optional parameter for the quantity of items to take from your mall store (defaults to all if not provided)
  • it is the item to take from your mall store

This command will remove it from your mall store. The 1-parameter version will remove all of the item. If you want to remove less than the maximum amount, then you will need to use the 2-parameter version with the optional first parameter set to the count you wish to remove.

CLI Equivalent

The CLI command "shop take " works similarly.

See Also

have_shop() | put_shop() | shop_amount()