If I want to create another type of message, how would I define the color of the message and if it will appear on the console or on the game window?
OTX3
enum MessageClasses : uint8_t {
MESSAGE_STATUS_CONSOLE_RED = 18, /*Red message in the console*/
MESSAGE_EVENT_ORANGE = 19, /*Orange...