if lives = 0
{
sprite_index = spr_1star
}
if lives = 1{sprite_index = spr_2stars}if lives = 2{sprite_index = spr_3star}
While in the level select room i want to be able to show the amount of stars received in that level below it I have a sprite below each level button the sprite is an image of 3 stars.is there a way to save the amount of stars into an ini file or something, btw I Have 5 levels, Please help guys!