Difference between revisions of "Script Function: Q4TE"

From Ultima Online: The Second Age
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 23:02, 11 October 2018

 function int Q4TE(int Q5F8)
 {
   int Q63F;
   if (Q5F8 == 0x1092)
   {
     Q63F = 0x1091;
   }
   if (Q5F8 == 0x1091)
   {
     Q63F = 0x1092;
   }
   if (Q5F8 == 0x108F)
   {
     Q63F = 0x1090;
   }
   if (Q5F8 == 0x1090)
   {
     Q63F = 0x108F;
   }
   return (Q63F);
 }
 function int Q4TE(int Q5F8)
 {
   int Q63F;
   if (Q5F8 == 0x1092)
   {
     Q63F = 0x1091;
   }
   if (Q5F8 == 0x1091)
   {
     Q63F = 0x1092;
   }
   if (Q5F8 == 0x108F)
   {
     Q63F = 0x1090;
   }
   if (Q5F8 == 0x1090)
   {
     Q63F = 0x108F;
   }
   return (Q63F);
 }