Functions for working with guilds in eScript.
10/27/2007
ListGuilds()
Gets a list of all guilds.
An Array of Guild References.
Guild
Array
FindGuild( guildid )
Gets a Guild Reference for a given Guild ID number
Guild Reference on success
"Guild not found"
"Invalid parameter type"
Guild
CreateGuild()
Creates a new Guild Object.
A Guild Reference to the new guild.
Guild
DestroyGuild( guild )
Destroys an empty guild.
Notes: Must first empty the guild of members, allies, and enemies (see guildref methods)
1 on success
"Guild has members"
"Guild has allies"
"Guild has enemies"
"Guild has disbanded"
"Invalid parameter type"
Guild