void AddMember (Mobile m)
BaseGuild.Find(int id) // returns BaseGuild
BaseGuild.FindByName(string name) // returns BaseGuild
BaseGuild.FindByAbbrev(string abbr) // returns BaseGuild
BaseGuild.Search(string find) // returns List<BaseGuild>
Guild.FindByName("Human");
Human.AddMember(player);
CS0103: Line 254: The name 'Human' does not exist in the current context
CS0103: Line 254: The name 'player' does not exist in the current context
We use essential cookies to make this site work, and optional cookies to enhance your experience.