Script Function: isPet

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