Difference between revisions of "Script Function: Q4HA"

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> Q4HA() { <span style="color:#0000FF">if</span> (!hasObjVar|<span style="color:#FF...")
 
(No difference)

Latest revision as of 03:08, 8 October 2018

 function void Q4HA()
 {
   if (!hasObjVar(this, "curWisp"))
   {
     return ();
   }
   obj w = getObjVar(this, "curWisp");
   deleteObject(w);
   removeObjVar(this, "curWisp");
   return ();
 }