Script Function: Q5WC
From Ultima Online: The Second Age
function void Q5WC(obj Q4IO) { detachScript(Q4IO, "guarded"); while(isInList(guardList, Q4IO)) { if (0x00) { bark(Q4IO, "I am not guarded anymore."); } removeSpecificItem(guardList, Q4IO); } return; }