add this in Window_SaveFile
self.contents.draw_text(4, 40, 130, 32, "%" ,2)
self.contents.draw_text(4, 40, 110, 32, $game_variables[99].to_s ,2)
self.contents.draw_text(4, 0, 150, 32, $game_variables[98].to_s ,2)
right below this line 73
self.contents.draw_text(4, 40, 600, 32, time_string, 2)
then u just use the variable i have 99 as the percentage & use 98 as name
just use this code
$game_variables[98] ='name of chapter'
Screenshots(http://i184.photobucket.com/albums/x287/nathmatt/screenshot.jpg)
Its actually pretty helpful. Though there is a similar script called Chaos Project's Save Layout. There is chatpers in there but can easily be edited to display percentage.
Anyways power up