Script Function: Q5S3

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q5S3(int Q5T4, int Q65M)
 {
   switch (Q5T4)
   {
   case 0x00
     switch (Q65M)
     {
     case 0x3EB2
     case 0x3E85
     case 0x3EB1
     case 0x3E8A
       return (0x01);
     }
     break;
   case 0x01
     switch (Q65M)
     {
     case 0x3EB1
     case 0x3E8A
     case 0x3EB2
     case 0x3E85
       return (0x01);
     }
     break;
   case 0x01
     break;
   }
   return (0x00);
 }