CharacterCreated
The player created a new character.
Name
Type
Select
Backend name
Description
characterClass
string
Required
character_class
Class of the character being created.
characterGender
string
Required
character_gender
The gender of the character being created.
characterID
string
Required
character_id
The ID of the character.
characterName
string
Required
character_name
The name of the character
additionalData
Dictionary<string, object>
Optional
additional_data
Any additional information
Code examples:
Alternative method using CharacterCreatedEventArgs:
Last updated