Hi Madspy,
My problem is displaying them in-game. Thanks!
Hi,
You can use the action "Download Score" in "Steam - Leaderboard" category with the name of leaderboard and the sort method (top10 or arround user...).
A trigger should fire if leaaderboard's entries are downloaded ( "On LeaderBoard Downloaded" )
Once the trigger fired, you can use the following expressions (in category "Leaderboard info"):
getLDBdlentry confirm the total number of entries in the current leaderboard.
getLDBdlentrycount is the number of entries downloaded (max 10)
getLDBdlEntryStr is a string value, you can use it with system expression tokenat (with
separator value = " &,& "[/code:1192c37q] you can use expression [i]getSeparatorValue[/i] ) to list all entries downloaded.
The result could be something like : [code:1192c37q]"Top10 &,& 1 &,& yourbestplayer &,& 1500 &,& 2 &,& secondplayer &,& 1200 (etc)"[/code:1192c37q]
Regards,