Hi
I would like to set fix Stats depending which prof. player choose in CharacterCreation gump
So it works with race like this
private static void SetStats(Mobile m, NetState state, int str, int dex, int intel)
{
var max = state.NewCharacterCreation ? 225 : 250;//...