Script Function: Q55I

From Ultima Online: The Second Age
Revision as of 06:12, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q55I(<span style="color:#0000FF">string</span> Q56W, <span style="color:#0000FF">list</sp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q55I(string Q56W, list args)
 {
   int num = numInList(Q641);
   for(int i = 0x00; i < num; i++)
   {
     obj it = Q641[i];
     multiMessage(it, Q56W, args);
   }
   return ();
 }