SOUL ENGINE ACE – GAMEOVER STATES

RPG Maker VX Ace

If all party members are inflicted with a Gameover State, the game ends.


Soul Engine Ace – Gameover States
By: Soulpour777
Version 1.0
Category: Battle Related

Description:

What this script does is if a Game Over State is applied to all party members, it would trigger Gameover.

All scripts under SEA are bound under my terms of use. Please preserve the script banner.

Instructions:

Script calls:

$game_system.add_gameover_state(state_id)
^ This allows you to add game over states of your own.
$game_system.remove_gameover_state(state_id)
^ This allows you to remove a game over state from your list.