Script Function: Q4HA

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q4HA()
 {
   if (!hasObjVar(this, "curWisp"))
   {
     return ();
   }
   obj w = getObjVar(this, "curWisp");
   deleteObject(w);
   removeObjVar(this, "curWisp");
   return ();
 }