Chapters.... well you could use a varible and then in the cms you could add a window section where it will have the current title of the chaper
self.contents.draw_text(2,0,120,32, "Chapter", 0)
self.contents.draw_text(90,0,120,32, $game_variables[1].to_s, 0)
Of course youw will have to inport the correct numbers such as the loction of the text to display and the varible. (sorry didn't even realise there was 3 other pages when I posted this XD sorry ))