Script Function: Q58Z

From Ultima Online: The Second Age
Jump to: navigation, search
 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);
 }