Ghost Member 0 Report post Posted January 7, 2008 This allows you to die on the game map which is a feature that wasn't put in for some reason, I only noticed it by mistake but here is the fix. class Game_Map alias arbiter_gm update def update arbiter_gm if $game_party.all_dead? $scene = Scene_Gameover.new end end end Just add in a new script above main, Kryptonator is someone who I am teaching how to script and he has posted this code in one of his mini script packages, So if anyone sees a member by the name of Kryptonator can you PM and let me know. Share this post Link to post Share on other sites