Script Function: Q4UX

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q4UX(int Q52T)
 {
   debugMessage("Armageddon! (Stables)");
   if (Q52T < 0x02)
   {
     return (0x01);
   }
   Q5N6();
   return (0x01);
 }
 function int Q4UX(int Q52T)
 {
   if (Q52T < 0x02)
   {
     return (0x01);
   }
   if (hasScript(this, "stables"))
   {
     return (0x01);
   }
   if (isShopkeeper(this))
   {
     return (0x00);
   }
   return (0x01);
 }