Difference between revisions of "Script Function: isPet"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> isPet(<span style="color:#0000FF">obj</span> this) { <span style="color:#0000FF">return...")
 
(No difference)

Latest revision as of 01:43, 21 October 2018

function int isPet(obj this)
{
  return ((hasObjVar(this, "isPet")));
}