Events

Create event data and configure custom quests for these events. Your users will be able to earn points for for example levelling up in your game.

thx.events.create({ 
    event: 'level_up', 
    identity: 'a6021617-9aab-4194-b2af-a4dd0cc96f84' 
})

Use Event Requirements in Quests

Event names you register will automatically show up in the Event Dropdown shown in quest creation modals.

Last updated