Script Function: Q4V0

From Ultima Online: The Second Age
Revision as of 04:31, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4V0(<span style="color:#0000FF">obj</span> Q57P) { <span style="color:#0000FF">if</...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q4V0(obj Q57P)
 {
   if (isDead(Q57P))
   {
     return (0x00);
   }
   if (isEditing(Q57P) || Q4ZV(Q57P, this))
   {
     return (0x01);
   }
   return (0x00);
 }