I get an error with credits.init() when I add a test id parameter…
[lua]creditsListener = function()
–code
end
credits.init( “myAppId”, 1001,creditsListener )[/lua]
The error message is
ERROR: credits.init() requires a listener as the last argument.
Is my usage wrong? [import]uid: 64174 topic_id: 18754 reply_id: 318754[/import]