Script Function: Q4LL

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q4LL(obj this, obj usedon, obj user)
 {
   if (Q4KK(this, 0x00))
   {
     loc place = getLocation(usedon);
     walkTo(this, place, 0x0B);
     member obj Q5F7 = usedon;
     member obj Q5HZ = user;
   }
   removeObjVar(this, "petFetch");
   return ();
 }