Script Function: Q4DD

From Ultima Online: The Second Age
Revision as of 03:46, 12 October 2018 by Grimoric (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q4DD()
 {
   removeObjVar(this, "guildName");
   removeObjVar(this, "guildAbbreviation");
   removeObjVar(this, "myGuildTitle");
   removeObjVar(this, "guildstoneId");
   removeObjVar(this, "displayGuildAbbr");
   removeObjVar(this, "opposingGuilds");
   removeObjVar(this, "guildType");
   removeObjVar(this, "gmTitle");
   removeObjVar(this, "isGuildmaster");
   sendToNearbyPlayers(this, 0x00);
   return ();
 }