Script Function: IsPet

From Ultima Online: The Second Age
Revision as of 04:29, 12 October 2018 by Grimoric (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int isPet(obj this)
 {
   return ((hasObjVar(this, "isPet")));
 }