The docs say:
openfeint.setHighScore( leaderboardId, score )
Deprecated. Use setHighScore(leaderboardid=id, score=high_score[, displayText=display_string]) form instead.
Yet they also say:
openfeint.setHighScore( { leaderboardID=ID, score=highScore [, displayText=displayString] } )
Files won’t compile using the [lua]setHighScore(leaderboardid=id, score=high_score[, displayText=display_string]) [/lua].
You need the braces to make the input a table, right?
But I’m having no luck getting OF to recognize setHighScore unless I use the old deprecated format.
And shouldn’t it be [lua]leaderboardId[/lua] and not [lua]leaderboardid[/lua]?
Also, are single and double quotes the same for Lua? [import]uid: 1560 topic_id: 2684 reply_id: 302684[/import]

[import]uid: 10144 topic_id: 2684 reply_id: 8607[/import]