I have a state metric called 'Bolo'. It has three states (Somando, Comendo, Comendo Mais).
I created a custom rule.
In this rule I set 'Somando' if:
REWARDS
Metric Reward
Status no Bolo set
Somando
AWARDED ON THESE CONDITIONS
Match any of the following rules:
The player should have the metric Desempenho and their Clientes count should be less than 70
The player should have the metric Subtotal and it's value should be less than 80
I set 'Comendo' if:
REWARDS
Metric Reward
Status no Bolo set
Comendo
AWARDED ON THESE CONDITIONS
Match all of the following rules:
The player should have the metric Desempenho and their Clientes count should be greater than or equal to 70
The player should have the metric Desempenho and their Clientes count should be less than 100
The player should have the metric Subtotal and it's value should be greater than or equal to 80
I Set 'Comendo Mais' if:
REWARDS
Metric Reward
Status no Bolo set
Comendo Mais
AWARDED ON THESE CONDITIONS
Match all of the following rules:
The player should have the metric Desempenho and their Clientes count should be greater than or equal to 100
The player should have the metric Subtotal and it's value should be greater than or equal to 80
I am testing with player named Felipe. He has Clientes = 75 and Subtotal = 82.
With this conditions, his state has to be 'Comendo'. But is set to 'Somando'. Why? The rule is not triggering?