Script Function: Q662

From Ultima Online: The Second Age
Revision as of 16:25, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q662(<span style="color:#0000FF">obj</span> Q61K, <span style="color:#0000FF">int</span>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q662(obj Q61K, int Q5MG)
 {
   if (isInvisible(Q61K))
   {
     setInvisible(Q61K, 0x00);
   }
   if (Q5MG)
   {
     if (hasScript(Q61K, "hidesk"))
     {
       detachScript(Q61K, "hidesk");
     }
   }
   return ();
 }