Is npc item

From Kolmafia
Jump to navigation Jump to search

Function Syntax

boolean is_npc_item(item check )

  • check is an item to check for npc store availability

Returns true if the item can be bought from an NPCc store, false if it cannot be.

Note that the function will return true for items that can be bought in sign stores, even if you can't currently access them.

Code Samples

The following would return true even if you are not a moxie sign.

is_npc_item($item[meleegra pills]);