I've been working for the last 3 hour on a script to allow changing members during battle by using the of Party Control script that was wrote by Fomar0153 what I did was this
I add an option in the Window_PartyCommand "Change" to change members what is happing is the Window_MenuStatus show up and by the help of Fomar0153 script I can change the actors
every thing is working perfect but it's turn out that when the first 4 actor die the game over scene don't work's it's turns out that it only happen when all the actors die
Is there is a way to call the game over scene when the first 4 actors are all dead?
I add an option in the Window_PartyCommand "Change" to change members what is happing is the Window_MenuStatus show up and by the help of Fomar0153 script I can change the actors
every thing is working perfect but it's turn out that when the first 4 actor die the game over scene don't work's it's turns out that it only happen when all the actors die
Code:
if $game_party.all_dead? or $game_party.actors.size == 0
Is there is a way to call the game over scene when the first 4 actors are all dead?