Script Function: Q4TJ

From Ultima Online: The Second Age
Jump to: navigation, search
 function obj Q4TJ()
 {
   obj Q63O = getTopmostContainer(this);
   if (Q63O == NULL())
   {
     return (NULL());
   }
   if (!hasScript(Q63O, "vendor"))
   {
     return (NULL());
   }
   return (Q63O);
 }