Script Function: Q4C5

From Ultima Online: The Second Age
Revision as of 04:05, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4C5(<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 Q4C5(obj this, string Q698, obj speaker)
 {
   if (Q698 != "transfer")
   {
     return (0x00);
   }
   setObjVar(this, "petTransfer", 0x01);
   if (!isPet(this))
   {
     bark(this, "Whom do you wish me to work for?");
   }
   else
   {
     systemMessage(speaker, "Click on the person to transfer ownership to.");
   }
   targetObj(speaker, this);
   return (0x01);
 }