Difference between revisions of "Script Function: Q4LW"

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

Latest revision as of 22:25, 11 October 2018

 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 ();
 }