Script Function: Q4LP

From Ultima Online: The Second Age
Revision as of 01:50, 21 October 2018 by Grimoric (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q4LP(obj pet)
 {
   if (isPet(pet))
   {
     Q4XQ();
     sfx(getLocation(pet), petRefuseSfx, 0x00);
   }
   else
   {
     bark(pet, "Sorry, but no.");
   }
   return;
 }