Using the below request:
gameNetwork.request( “loadScores”, { leaderboard={ category=leaderBoards[currentBoard], playerScope=“Global”, timeScope=“AllTime”, range={1,50} }, listener=requestCallback } )
I can retrieve the score, id, rank of all players from that leaderboard, however, the event.localPlayerScore returns nil (prior to loadScores i have requested and received l_oadLocalPlayer_ successfully if that’s important or not), so just wondering if event.localPlayerScore (event.localPlayerScore.formattedValue, event.localPlayerScore.rank) still even works when requesting l_oadScores_?
One last question, that was only every mentioned in one posting reply, regarding loadPlayers (for google scores), if there is only 1 player in the leaderboard, am I correct to assume that I will never receive event.data[1].alias, but instead must look for event.data.alias?
Cheers.