Script Function: Q5ON

From Ultima Online: The Second Age
Revision as of 05:23, 10 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q5ON(<span style="color:#0000FF">string</span> Q5OQ) { <span style="color:#0000FF">i...")
(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);
 }