Difference between revisions of "Script Function: Q662"

From Ultima Online: The Second Age
Jump to: navigation, search
(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>...")
(No difference)

Revision as of 15:25, 12 October 2018

 function void Q662(obj Q61K, int Q5MG)
 {
   if (isInvisible(Q61K))
   {
     setInvisible(Q61K, 0x00);
   }
   if (Q5MG)
   {
     if (hasScript(Q61K, "hidesk"))
     {
       detachScript(Q61K, "hidesk");
     }
   }
   return ();
 }