gms_highscore_list_title
Usage: gms_highscore_list_title ( list_id )
Description
Returns the title of the given highscorelist.
Example
//Show titles of all highscorelists
var n, list_id;
for(n = 0; n < gms_highscore_count(); n += 1_
{
list_id = gms_highscore_list_id(n)
show_message(gms_highscore_list_title(list_id))
}
Replies (0)
Last message on 27 Apr 2018