Difference between revisions of "Script Function: Q590"

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> Q590(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">obj</span> Q...")
 
(No difference)

Latest revision as of 03:55, 12 October 2018

 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);
 }