Difference between revisions of "Script Function: Q4MN"

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> Q4MN(<span style="color:#0000FF">obj</span> Q68D, <span style="color:#0000FF">loc</span>...")
 
(No difference)

Latest revision as of 15:22, 12 October 2018

 function void Q4MN(obj Q68D, loc where)
 {
   attachScript(Q68D, "teleobj");
   list Q5Z0;
   appendToList(Q5Z0, where);
   message(Q68D, "teleobj", Q5Z0);
   return ();
 }