Script Function: Q4A1

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q4A1(int Q5NY, int metal, int Q55Z)
 {
   if (getArrayIntElem(0x00, 0x04, Q5NY) > metal)
   {
     return (0x00);
   }
   if (getArrayIntElem(0x00, 0x05, Q5NY) > Q55Z)
   {
     return (0x00);
   }
   return (0x01);
 }