Script Function: Cleanup
From Ultima Online: The Second Age
function void cleanup() { removeObjVar(this, <span style="color:#800000">"lastCriminal"</span>); removeObjVar(this, <span style="color:#800000">"lastVictim"</span>); removeObjVar(this, <span style="color:#800000">"crimeSeverity"</span>); removeObjVar(this, <span style="color:#800000">"crimeLocation"</span>); detachScript(this, <span style="color:#800000">"witness"</span>); return (); }