Difference between revisions of "Shop price"

From Kolmafia
Jump to navigation Jump to search
imported>Gnocchi masala
(Revision 12906 add shop_price() function.)
(No difference)

Revision as of 06:48, 30 March 2014

needs(code_samples);

Function Syntax

int shop_price(item it )

  • it is the item to check

Returns the price of a given item that are currently for sale in your mall store. If the item is not currently for sale then 999999999 is returned.

See Also

mall_price() | historical_price() | autosell_price() | npc_price()