Difference between revisions of "Script Function: Q58Y"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q58Y(<span style="color:#0000FF">obj</span> Q5AK) { <span style="color:#0000FF">list...")
 
(No difference)

Latest revision as of 04:00, 12 October 2018

 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);
 }