Short: Use ID numbers for error messages Date: 000413 From: MudOS and Lars Type: Feature State: New Instead of generating message texts, pass a numeric ID plus any extra data to the mudlib. E.g. instead of error("Expected type %s instead of %s", a, g) use error(E_TYPE, a, b);