Script Function: IsPet

From Ultima Online: The Second Age
Jump to: navigation, search
 function int isPet(obj this)
 {
   return ((hasObjVar(this, "isPet")));
 }