Enjoy
Winston Churchill wrote: Continuous effort - not strength or intelligence - is the key to unlocking our potential.
Graveen wrote:If you can't see the problem, then this is the problem![]()

// this is in the AddToWorld method
if (this.GuildName.Length == 0)
{ this.GuildName = IDtoName.getName(this.CurrentZone.ID); }
public override string GuildName
{
get
{
return base.GuildName;
}
set
{
base.GuildName = value;
}
}
}Winston Churchill wrote: Continuous effort - not strength or intelligence - is the key to unlocking our potential.
Graveen wrote:If you can't see the problem, then this is the problem![]()


Winston Churchill wrote: Continuous effort - not strength or intelligence - is the key to unlocking our potential.
Graveen wrote:If you can't see the problem, then this is the problem![]()

string RegionToName = this.CurrentRegion.DescriptionDecatur wrote:Ah neato stephen! I see I still have much to learn