Is npc item: Difference between revisions
Jump to navigation
Jump to search
imported>StDoodle mNo edit summary |
imported>StDoodle mNo edit summary |
||
Line 1: | Line 1: | ||
{{#vardefine:name|is_npc_item}} | {{ | ||
{{#vardefine:return_type|boolean}} | #vardefine:name|is_npc_item}}{{ | ||
#vardefine:return_type|boolean}}{{ | |||
FunctionPage| | |||
name={{#var:name}}| | name={{#var:name}}| | ||
function_category=Item Management| | function_category=Item Management| |
Revision as of 21:00, 8 March 2010
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]);