Script Function: Q4TJ

From Ultima Online: The Second Age
Revision as of 20:09, 12 October 2018 by Grimoric (talk | contribs)
Jump to: navigation, search
 function obj Q4TJ()
 {
   obj Q63O = getTopmostContainer(this);
   if (Q63O == NULL())
   {
     return (NULL());
   }
   if (!hasScript(Q63O, <span style="color:#800000">"vendor"</span>))
   {
     return (NULL());
   }
   return (Q63O);
 }