Difference between revisions of "Script Function: guildName"
From Ultima Online: The Second Age
m (Grimoric moved page Script Function: GuildName to Script Function: guildName without leaving a redirect) |
|
(No difference)
|
Latest revision as of 05:31, 24 October 2018
function string guildName() { if (!hasObjVar(this, "guildName")) { list args; message(this, "removedFromGuild", args); return (""); } string x = getObjVar(this, "guildName"); return (x); }
function string guildName() { if (!hasObjVar(me, "guildName")) { cleanup(me); } string x = getObjVar(me, "guildName"); return (x); }