Script Function: Q590

From Ultima Online: The Second Age
Revision as of 04:55, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q590(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">obj</span> Q...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q590(obj user, obj Q4H5)
 {
   if (getCompileFlag(0x02))
   {
     if (!Q4A5(user, Q4H5))
     {
       barkTo(Q4H5, user, "You are not famous enough to buy this!");
       return (0x00);
     }
   }
   return (0x01);
 }