STORY CONNECTED GAME OVER

RPG Maker VX Ace

Controls what background is shown during game over.

Story Connected Game Over
Author: Soulpour777
Version 1.0
Script Category: Custom Scenes

Description:

Do you remember that style in Silent Hill 1 where the game over scene background changes depending on how Harry Mason (main character) dies? This script does the same via script call, where progress of the story changes the game over background that is going to be displayed.

Instructions:

Place the script below Materials above Main.

Script Calls:

$game_system.change_gameover(background)

where background is the name of the Chapter Background (from the module).

Example:
$game_system.change_gameover(“Chapter2″)

All graphics must be in the Systems folder.