What engine are you using? Most (if not all) should be displaying the stats on the file select screen for you already. Like Kyir says, the variables you're looking for will look something like global.death[j] and global.time[j], where j is 1,2 or 3 depending on which save file you want to look at. Check for a titleButton object, or a menuSelect object, and you should see those variables being populated in the create event. If you give us some more detail we can help pinpoint what you need!