Hello AGS worshippers!
I would like to know if there is a logic way of how to make the player restart at a certain point in the room once a death-scene occurred. I am thinking about something like Kings Quest 7. There a new room was created which basically showed “you just diedâ€, an portrait of Rosella/Valanice and then an OK Button. Which is basically no problem. But how do I say AGS where the player starts out after pressing the “Ok†button?
And do i have to create a new "your dead confirmation-room" for each death scene i have?
Thank you very much and may god bless you upon response! ;-P
Fuchs
player.ChangeRoom(player.PreviousRoom); If I'm not mistaken this is what you're looking for?
SaveGameSlot(100, "death autosave");
RestoreGameSlot(100);