Script Function: Q58Y

From Ultima Online: The Second Age
Revision as of 05:00, 12 October 2018 by Grimoric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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);
 }