Script Function: Q4DU

From Ultima Online: The Second Age
Revision as of 17:27, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4DU() { <span style="color:#0000FF">int</span> Q5T8 = numInList|<span style="col...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q4DU()
 {
   int Q5T8 = numInList(Q56Q);
   for(int i = 0x00; i < Q5T8; i++)
   {
     list args;
     copyList(args, Q56Q[0x00]);
     string Q56S = args[0x00];
     removeItem(args, 0x00);
     message(recipient, Q56S, args);
     removeItem(Q56Q, 0x00);
   }
   deleteObjectNoFall(this);
   return ();
 }