Script Function: Q5S2

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q5S2(int Q5T4, int Q65M)
 {
   switch (Q5T4)
   {
   case 0x00
     switch (Q65M)
     {
     case 0x3ED4
     case 0x3E84
     case 0x3ED5
     case 0x3E89
       return (0x01);
     }
     break;
   case 0x01
     switch (Q65M)
     {
     case 0x3ED5
     case 0x3E89
     case 0x3ED4
     case 0x3E84
       return (0x01);
     }
     break;
   }
   return (0x00);
 }