Script Function: Q4UL

From Ultima Online: The Second Age
Jump to: navigation, search
 function string Q4UL()
 {
   if (!hasObjVar(this, "guildAbbreviation"))
   {
     list args;
     message(this, "removedFromGuild", args);
     return ("");
   }
   string x = getObjVar(this, "guildAbbreviation");
   return (x);
 }
 function string Q4UL()
 {
   if (!hasObjVar(me, "guildAbbreviation"))
   {
     cleanup(me);
   }
   string x = getObjVar(me, "guildAbbreviation");
   return (x);
 }