Script Function: Q4RS

From Ultima Online: The Second Age
Revision as of 16:12, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">string</span> Q4RS(<span style="color:#0000FF">int</span> Q65M) { <span style="color:#0000FF">s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function string Q4RS(int Q65M)
 {
   string Q65P;
   switch (Q65M)
   {
   case 0x02
     Q65P = "(Order)";
     break;
   case 0x03
     Q65P = "(Chaos)";
     break;
   default
     Q65P = "";
     break;
   }
   return (Q65P);
 }