Script Function: Q4C2

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q4C2(obj this, string Q698, obj speaker)
 {
   if (Q698 != "stay")
   {
     return (0x00);
   }
   if (!Q4KK(this, 0x00))
   {
     return (0x01);
   }
   removeObjVar(this, "petWhoFollow");
   stopFollowing(this);
   Q65I(this);
   return (0x01);
 }