Difference between revisions of "Script Function: Q4M0"

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> Q4M0(<span style="color:#0000FF">obj</span> this, <span style="color:#0000FF">obj</span> t...")
 
(No difference)

Latest revision as of 14:34, 12 October 2018

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