Difference between revisions of "Script Function: Q47N"

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> Q47N(<span style="color:#0000FF">obj</span> trackee, <span style="color:#0000FF">int</spa...")
 
(No difference)

Latest revision as of 03:05, 8 October 2018

 function void Q47N(obj trackee, int Q4IE)
 {
   string Q47R = getName(trackee) + " is ";
   Q4RJ(Q47R, Q4IE);
   ebarkTo(this, this, Q47R);
   return ();
 }