Script Function: Q5ON

From Ultima Online: The Second Age
Revision as of 06:55, 24 October 2018 by Grimoric (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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);
 }