Difference between revisions of "Script Function: Q4BB"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">obj</span> Q4BB(<span style="color:#0000FF">obj</span> this, <span style="color:#0000FF">list</span>...")
 
(No difference)

Latest revision as of 03:13, 8 October 2018

 function obj Q4BB(obj this, list args)
 {
   obj user = args[0x00];
   obj Q4WD = getTopmostContainer(this);
   if ((Q4WD != NULL()) && (Q4WD != user))
   {
     user = NULL();
   }
   return (user);
 }