Difference between revisions of "Script Function: Q58Z"

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> Q58Z(<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 Q58Z(obj user, obj Q4H5)
 {
   if (getCompileFlag(0x02))
   {
     if (!Q4A5(user, Q4H5))
     {
       barkTo(Q4H5, user, "You are not famous enough to build this!");
       return (0x00);
     }
     if (!Q594(user, Q591(Q4H5)))
     {
       barkTo(Q4H5, user, "You already own one of those!");
       return (0x00);
     }
   }
   return (0x01);
 }