function string myGuildTitle() { if (!hasObjVar(this, "myGuildTitle")) { return (" "); } string x = getObjVar(this, "myGuildTitle"); return (x); }