Script Function: Q58Y

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q58Y(obj Q5AK)
 {
   list Q57V;
   loc Q4VS = getLocation(Q5AK);
   getMobsInRange(Q57V, Q4VS, 0x07);
   int num = numInList(Q57V);
   if (num > 0x00)
   {
     Q4TL(Q5AK);
     return (0x01);
   }
   return (0x00);
 }