Difference between revisions of "Script Function: Q4LL"

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

Latest revision as of 03:05, 12 October 2018

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