This is what I’m currently using:
safeopenfeint.setHighScore( leaderboardId, points )
Use
openfeint.setHighScore( leaderboardId, points )
if you’re note using the safeopenfeint module posted in the community code repository.
make sure you have your leaderboard ID set up properly through OF…I was using my OF ID for a while and it wouldn’t work. The leaderboard ID is separate.
That’s the deprecated format, however. At some point we’re supposed to use this syntax:
openfeint.setHighScore( { leaderboardID=“abc123”, score=82342, displayText=“82,342 pts” } )
I am not using this at the moment as it didn’t work due to a change in the OF API. The next GE build is supposed to fix that. [import]uid: 1560 topic_id: 2929 reply_id: 8710[/import]