IsOwnedPet

From UODemo Wiki
Revision as of 21:34, 27 November 2011 by Batlin (talk | contribs) (Created page with 'integer '''isOwnedPet'''(object ''AnyObject''); This function will return 1 if the given object is valid and it is a NPC. Also it has to have an attached list variable named "my…')

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

integer isOwnedPet(object AnyObject);

This function will return 1 if the given object is valid and it is a NPC. Also it has to have an attached list variable named "myBoss" with atleast 1 item in that list. Otherwise 0 is returned.


Return to the Command List.