Script Function: Q4BV

From Ultima Online: The Second Age
Revision as of 04:07, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4BV(<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 Q4BV(obj this, string Q698, obj speaker, int Q4V9)
 {
   if (Q698 != "guard")
   {
     return (0x00);
   }
   if (0x00)
   {
     bark(this, "Got order to guard.");
   }
   if (Q4V9)
   {
     if (Q4SC() > 0x00)
     {
       copyControllerInfo(this, speaker);
       Q4UH(speaker, this);
       Q4LJ(this);
       return (0x01);
     }
   }
   setObjVar(this, "petGuard", 0x01);
   if (!isPet(this))
   {
     bark(this, "Tell me what to guard.");
   }
   else
   {
     systemMessage(speaker, "Click on the object, person, or place to guard.");
   }
   targetLoc(speaker, this);
   return (0x01);
 }