Need help: Tigerseye Respawn script - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Games Development (https://www.save-point.org/forum-4.html) +--- Forum: Code Support (https://www.save-point.org/forum-20.html) +--- Thread: Need help: Tigerseye Respawn script (/thread-4926.html) |
Need help: Tigerseye Respawn script - Pherione - 12-15-2013 I've tried implementing this script, but when I respawn it just calls the game-over screen again and again. Script here: http://rmxp.tigerseye.uk.com/downloads/Scene_Gameover_Location.txt Anyone can figure this one out? Thanks :) RE: Need help: Tigerseye Respawn script - DerVVulfman - 12-17-2013 Just ta let you know, I didn't ignore this. I see you set locales by the 3 variables and ... and I got a headache. I tried setting 'return' commands to ensure it didn't process following statements. I tried doublechecking the HP of the actors before the system returned to the map. I even doublechecked the status ailments of the actors (in case they were set to knockout) and checked the $game_party.all_dead? command to see if the party was still labeled as dead. FOR PETE SAKE, IT STILL RETURNED TO THE DAMN GAME OVER SCREEN! I didn't wanna plug my script, but I have one you may be interested in using: GameOver Return. It even allows you to prescribe a penalty on dying (loss of exp, reduced health at start, etc) if you choose. RE: Need help: Tigerseye Respawn script - Pherione - 12-17-2013 Thanks for your help Derv ^^ Implemented your script and it's running smooth. Thread resolved. |