Hi Windemere,

Originally Posted by Windemere

The following events aren't documented yet and it would be helpful to understand more precisely when they are fired:

GameModeStarted
CharacterCreationStarted



Unfortunately the event CharacterCreationStarted is a pretty complex event that gets thrown around. Something I can say about it is basically any time a character is changed/created, this event will be thrown (this includes switching between races).

GameModeStarted happens pretty much exactly as you would expect it to, when you switch from one game mode to another this will trigger. It should happen towards the end of the loading screen (e.g. Arena -> Create -> "Trigger on entering lobby").
An exception here is this isn't called when switching back to the main menu and it isn't called on loading a level.

Hope this helps you somewhat.

Regards,
Koala