I setup my leaderboard with all this fancy stuff using dialog items. Forget the built-in Leaderboard...it's garbage. I even implemented sorting on the leaderboard. The problem with this type of thing is that it's not "Library-ready"...it would need to be abstracted a lot to share with others. Most games will want very specific leaderboard columns, for example, so I'm not sure it's feasible to make this a library type of thing. I think you just need to plug away and create what you want using dialog items, as many of us have in our own maps.
Alright so I am tethering my iphone's internet at the moment and took a look at your map. Feel special? :P
Even though you cannot use variables when opening banks, it would be wise to open each bank, save it to a variable and then reference those with a loop instead of having that huge script -_- ....
You need to use REAL variables and then use Convert Real to text with precision 2 ... that means there will be two decimal points. You do not need any native custom scripts ... just change that number ...
....
@Eimtr: Go
I setup my leaderboard with all this fancy stuff using dialog items. Forget the built-in Leaderboard...it's garbage. I even implemented sorting on the leaderboard. The problem with this type of thing is that it's not "Library-ready"...it would need to be abstracted a lot to share with others. Most games will want very specific leaderboard columns, for example, so I'm not sure it's feasible to make this a library type of thing. I think you just need to plug away and create what you want using dialog items, as many of us have in our own maps.
....
......
If u want numbers with decimal points then you need to use real numbers not integers.
........
Alright so I am tethering my iphone's internet at the moment and took a look at your map. Feel special? :P
Even though you cannot use variables when opening banks, it would be wise to open each bank, save it to a variable and then reference those with a loop instead of having that huge script -_- ....
You need to use REAL variables and then use Convert Real to text with precision 2 ... that means there will be two decimal points. You do not need any native custom scripts ... just change that number ...
.....