Put shop

From Kolmafia
Revision as of 22:05, 1 March 2010 by imported>StDoodle (Created page with '{{#vardefine:name|put_shop}} {{#vardefine:return_type|boolean}} {{FunctionPage| name={{#var:name}}| function_category=Item Management| function1={{Function| name={{#var:name}}|…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



Function Syntax

boolean put_shop(int price ,int limit ,item it )

boolean put_shop(int price ,int limit ,int qty ,item it ,DATATYPE SHORT_DESC )

  • LONG_price is the price to set; using 0 will result in the max-price of 999,999,999 if item is not currently in your store
  • LONG_limit is the limit per player per day, or no limit if set to 0
  • LONG_qty an optional parameter for the quantity of items to put in your shop (defaults to all if not provided)
  • LONG_it is the item to put in your mall store.

Places items in your mall store with settings as described above. Returns true if placement is successful and false if placement fails.

Note that this function will fail and return false if you try to put items in your store below minimum mall value.

Code Sample

The following example will put all of your broken skulls in your mall store for 500 meat.

CODE GOES HERE

CLI Equivalent

The CLI command "mallsell" works similarly.

See Also

FIRST() | SECOND() | ETC()