Difference between revisions of "IsOwnedPet"

From UODemo Wiki
Jump to: navigation, search
(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…')
 
(No difference)

Latest revision as of 21:34, 27 November 2011

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.