Script Function: Q49Y

From Ultima Online: The Second Age
Revision as of 16:01, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q49Y(<span style="color:#0000FF">obj</span> it) { <span style="color:#0000FF">int</s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q49Y(obj it)
 {
   int Q5ES = getNumTargets(it) + getNumAttackers(it);
   list Q475;
   list Q473;
   getTargets(Q475, it);
   getAttackers(Q473, it);
   if (Q4V8(Q475, it))
   {
     return (0x00);
   }
   if (Q4V8(Q473, it))
   {
     return (0x00);
   }
   return (0x01);
 }