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">ret...")
(No difference)

Revision as of 03:28, 12 October 2018

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