Difference between revisions of "Script Function: Q55I"

From Ultima Online: The Second Age
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 06:12, 12 October 2018

 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 ();
 }