question

robert avatar image
robert asked

Rules / Condition Field / What to Enter

Can someone explain to me what to enter in the Condition Field Name if I want to check for the actual rank of an player in the player_ranked_on_leaderboard_version?

(The rule should only execute if the player is ranked 1 - 3).

Tried it with "Rank" according to https://api.playfab.com/playstream/events/player_ranked_on_leaderboard_version but that didn't work.

Thanks!

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

You can check any of the parameters of the event in the Conditions (ex: https://api.playfab.com/playstream/events/player_ranked_on_leaderboard_version). In this case, you'd check the rank by putting "Rank" where you have "WhatToEnterHere".

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

robert avatar image robert commented ·

As stated in the original question I tried exactly this. But never mind, we workaround this by using a cloud script handler now

0 Likes 0 ·
brendan avatar image brendan robert commented ·

Yes, I was answering the question you posed of what to enter in the condition statement. Specifically, you would be checking the "Rank" in the event.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.