Alert type for console messages
| Name | Value | Description |
|---|---|---|
| at_notice | 0 | Prints 'NOTICE: <message>' |
| at_console | 1 | Outputs text to the console only if developer is larger than 0 |
| at_aiconsole | 2 | Only shown if developer is 2 or larger |
| at_warning | 3 | Prints 'Warning: <message>' |
| at_error | 4 | Prints 'Error: <message>' |
| at_logged | 5 | Server print to console (only in multiplayer games) |