Script Function: Q4C0

From Ultima Online: The Second Age
Revision as of 04:06, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4C0(<span style="color:#0000FF">obj</span> this, <span style="color:#0000FF">string</span...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q4C0(obj this, string Q698, obj speaker)
 {
   if (Q698 != "release")
   {
     return (0x00);
   }
   if (isPet(this))
   {
     Q4LJ(this);
   }
   else
   {
     bark(this, "I thank thee for thy kindness!");
   }
   shortcallback(this, 0x08, 0x08);
   if (isPet(this))
   {
     setObjVar(this, "petCanTame", 0x00);
   }
   Q4IH(this);
   return (0x01);
 }