Script Function: Q5ON

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q5ON(string Q5OQ)
 {
   if (Q5OQ == "bounty")
   {
     return (0x01);
   }
   if (Q5OQ == "giftbag")
   {
     return (0x01);
   }
   if (Q5OQ == "statfix")
   {
     return (0x01);
   }
   if (Q5OQ == "amnesty3")
   {
     return (0x01);
   }
   if (Q5OQ == "amnesty4")
   {
     return (0x01);
   }
   if (Q5OQ == "guarded")
   {
     return (0x01);
   }
   if (Q5OQ == "counokay")
   {
     return (0x01);
   }
   if (Q5OQ == "info")
   {
     return (0x01);
   }
   return (0x00);
 }