Difference between revisions of "Script Function: Q4RU"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">string</span> Q4RU(<span style="color:#0000FF">int</span> Q65M) { <span style="color:#0000FF">s...")
 
(No difference)

Latest revision as of 15:12, 12 October 2018

 function string Q4RU(int Q65M)
 {
   string Q5OM;
   switch (Q65M)
   {
   case 0x02
     Q5OM = "orderguild";
     break;
   case 0x03
     Q5OM = "chaosguild";
     break;
   default
     Q5OM = "";
     break;
   }
   return (Q5OM);
 }