Hi
I'm trying to give players an item (participation prize) the first time they send us a score (statistic change)
I'm adding a rule for play stream event player_statistic_changed.
But I'm stuck with for the StatisticPreviousValue condition. The first time a statistic is changed, StatisticPreviousValue is null. And the conditions only accept numeric values.
Is there a workaround for this?
Thanks!
Answer by SethDu · Jan 21 at 07:36 AM
May I ask what are the Actions? Have you implemented "Execute Azure Function" as the action? in this scenario you can have additional verification steps in the function.
The action is "Grant Item", but indeed I could do all these checks (+ grant item) in a script or azure function. But I was so close to make it work only with the interface, anyway, thanks! :)