Script Function: Q4M0

From Ultima Online: The Second Age
Revision as of 15:34, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4M0(<span style="color:#0000FF">obj</span> this, <span style="color:#0000FF">obj</span> t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q4M0(obj this, obj target)
 {
   int Q4QI = Q4LZ(this, target);
   int Q4QR = Q4JV(this, target);
   if (Q4QI)
   {
     return (0x00);
   }
   if (Q4QR)
   {
     return (0x01);
   }
   return (0x00);
 }