Script Function: Q49Z

From Ultima Online: The Second Age
Revision as of 15:32, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q49Z(<span style="color:#0000FF">obj</span> usedon) { <span style="color:#0000FF">if...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q49Z(obj usedon)
 {
   if (!Q50G(usedon))
   {
     return (0x00);
   }
   if (!Q4V7(usedon))
   {
     return (0x00);
   }
   if (hasScript(usedon, "remincognito"))
   {
     return (0x00);
   }
   if (hasScript(usedon, "polychec"))
   {
     return (0x00);
   }
   return (0x01);
 }