Script Function: Q5WC

From Ultima Online: The Second Age
Revision as of 16:19, 12 October 2018 by Grimoric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 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;
 }