Difference between revisions of "Script Function: Q4DQ"

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> Q4DQ() { <span style="color:#0000FF">list</span> args; appendToList|<span sty...")
 
(No difference)

Latest revision as of 16:27, 12 October 2018

 function void Q4DQ()
 {
   list args;
   appendToList(args, getLocation(this));
   multiMessageToLoc(getRelayLoc(this), "collect", args);
   return ();
 }