Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Kett Shee on June 25, 2010, 10:56:54 pm

Title: [RESOLVED] Error with Pokemon Essentials Script
Post by: Kett Shee on June 25, 2010, 10:56:54 pm
Okay, first of all, I'm asking this here because I never received an activation email over at the upokecenter forum.
-_-

I'm using XP. The error happens right after I lose a battle. It is supposed to transfer the player to the nearest pokemon center or another set location, but the game crashes and I get this error:

Spoiler: ShowHide
Exception: NoMethodError
Message: undefined method `transfer_player' for #<Scene_Debug:0x5a52cd8>
PokemonField:1643:in `pbStartOver'
PokemonField:771:in `pbWildBattle'
PokemonField:764:in `pbBattleAnimation'
PokemonField:764:in `pbWildBattle'
PokemonDebug:476:in `pbDebugMenu'
PokemonDebug:276:in `loop'
PokemonDebug:495:in `pbDebugMenu'
PokemonDebug:619:in `main'
Main:38:in `mainFunctionDebug'
Main:16:in `mainFunction'



I'm using only the default and Pokemon Essentials scripts. I'm not sure how to fix this error, and neglecting to try to learn RGSS has finally come back to bite me in the ass. V_V

Could someone please help?
Title: Re: Error with Pokemon Essentials Script
Post by: Blizzard on June 26, 2010, 03:34:33 am
Have you activated the debug menu by any chance? This is quite a weird error. You should make sure that none of the scripts was disabled or commented out.
Title: Re: Error with Pokemon Essentials Script
Post by: Kett Shee on June 26, 2010, 11:48:35 am
Ok....I was testing a battle by means of the debug menu, but then I went back to try to recreate the error with and without using the debug menu. I can't seem to recreate the error now, and I tried several times....so I guess it works now. :|