Invoke trigger from game
In this How-to, we’ll go through the process of invoking a created trigger from the game client.
Prerequisites
One or multiple triggers setup in the web console
When invoking triggers, you can specify to either invoke one or multiple triggers in the function.
When sending the same trigger multiple times in the same request, it will only invoke once. To invoke the same trigger multiple times, it needs to be invoked in multiple functions.
Conclusion
In this How-to, we’ve invoked a trigger to reward the player. After you’ve gotten successful key responses, you may check to see the specific rewards given to the player.
Last updated