Script Function: myGuildTitle
From Ultima Online: The Second Age
function string myGuildTitle() { if (!hasObjVar(this, "myGuildTitle")) { return (" "); } string x = getObjVar(this, "myGuildTitle"); return (x); }
function string myGuildTitle() { if (!hasObjVar(this, "myGuildTitle")) { return (" "); } string x = getObjVar(this, "myGuildTitle"); return (x); }