Script Function: MyGuildTitle

From Ultima Online: The Second Age
Revision as of 03:47, 12 October 2018 by Grimoric (talk | contribs)
Jump to: navigation, search
 function string myGuildTitle()
 {
   if (!hasObjVar(this, "myGuildTitle"))
   {
     return (" ");
   }
   string x = getObjVar(this, "myGuildTitle");
   return (x);
 }