Script Function: Q4RG

From Ultima Online: The Second Age
Jump to: navigation, search
 function obj Q4RG()
 {
   if (!hasObjVar(this, "controller"))
   {
     return (NULL());
   }
   obj owner = getObjVar(this, "controller");
   return (owner);
 }