IsOwnedPet

From UODemo Wiki
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.