Script Function: Q5QY

From Ultima Online: The Second Age
Revision as of 03:07, 8 October 2018 by Grimoric (talk | contribs) (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">...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 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 ();
 }