Script Function: RemovedFromSpecialGuild
From Ultima Online: The Second Age
function void removedFromSpecialGuild() { obj Q5RU = getItemAtSlot(this, 0x02); if (Q5RU != NULL()) { list args; message(Q5RU, <span style="color:#800000">"destroyVirtueShield"</span>, args); } setDefaultReturn(0x01); detachScript(this, Q4RU(Q4RR())); return (); }