Difference between revisions of "Script Function: Q5QY"

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> Q5QY(<span style="color:#0000FF">string</span> Q58D) { <span style="color:#0000FF">...")
 
(No difference)

Latest revision as of 04:07, 8 October 2018

 function void Q5QY(string Q58D)
 {
   if (!hasObjVar(this, "curWisp"))
   {
     Q4EU();
   }
   obj Q68X = getObjVar(this, "curWisp");
   if (getDistanceInTiles(getLocation(this), getLocation(Q68X)) > 0x08)
   {
     Q4HA();
     Q5QY(Q58D);
     return ();
   }
   ebarkTo(Q68X, this, Q58D);
   return ();
 }