IsNPC

From UODemo Wiki
Revision as of 11:33, 25 January 2010 by Batlin (talk | contribs) (Created page with 'integer '''isNPC'''(object AnyObject); This function will return 1 if the given object is valid and is a NPC, this includes guards and shopkeepers. Otherwise 0 is returned. ...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

integer isNPC(object AnyObject);

This function will return 1 if the given object is valid and is a NPC, this includes guards and shopkeepers. Otherwise 0 is returned.


Return to the Command List.