Script Function: Q4LW

From Ultima Online: The Second Age
Revision as of 23:25, 11 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4LW(<span style="color:#0000FF">obj</span> this, <span style="color:#0000FF">obj</span>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q4LW(obj this, obj target)
 {
   faceHere(this, getDirectionInternal(getLocation(this), getLocation(target)));
   string Q58D = getName(target) + "!";
   bark(this, Q58D);
   setObjVar(this, "questTarget", target);
   walkTo(this, interpose(getLocation(this), getLocation(target)), 0x13);
   return ();
 }