RabidJellyfish
unread,Jul 20, 2012, 9:23:53 AM7/20/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to moga...@googlegroups.com
I'm making a speedrunning game, so I want an individual lowest time leaderboard for each level. However, the game has custom level support, which means that it won't have a set amount of leaderboards. Basically what I want to do is, when a player completes a level, it checks if the leaderboard with the same name as the level exists, and if it doesn't, it will create a new one for that level. I just wanted to know if it was possible to dynamically create leaderboards in mogade? Thanks.