Script Function: Q4LW

From Ultima Online: The Second Age
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 ();
 }