Difference between revisions of "Script Function: Q5WC"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5WC(<span style="color:#0000FF">obj</span> Q4IO) { detachScript|<span style="col...") |
(No difference)
|
Latest revision as of 15:19, 12 October 2018
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; }