Activate a trigger
You are viewing legacy triggers. We've launched a new trigger system, it's much more powerful and flexible! Check it out!
Work With Triggers in Game
The following tutorial assumes you have already set up your game and made your first API calls. To learn how to do that, visit the Getting Started guide.
After settings up some triggers in the console we can implement it in the game.
Trigger Event
Calling this in the game will award the player with any score/XP or assets we set up while create the trigger.
To learn more about the endpoint you can check out our reference documentation on triggering an event
Retrieving Previously Triggered Triggers
Last updated