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