Script Function: Q4ZC

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q4ZC(obj Q4XN)
 {
   loc Q51A = 0x14AB, 0x0496, 0x00;
   loc Q5AH = getLocation(Q4XN);
   if (getDistanceInTiles(Q51A, Q5AH) < 0x32)
   {
     return (0x01);
   }
   return (0x00);
 }