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