- 4
- Posts
- 9
- Years
- Seen Aug 31, 2015
I don't think I should've posted in the previous topic for this particular error, so I'll ask here instead, apologies:
For some reason, trainers don't seem to work. Pokemon will battle fine, but when you try to battle trainers this occurs
(In my game, when talking to the trainer)
Exception: RuntimeError
Message: Script error within event 48, map 97 (Redcliff Town):
Exception: NoMethodError
Message: Section111:355:in `pbTrainerBattle'undefined method `pbLoadTrainer' for #<Interpreter:0xa89f1e0>
***Full script:
pbTrainerBattle(PBTrainers:POKEMONRANGER_F,"Amelia",_I("Good battle!"),false,0,false)
Interpreter:243:in `pbExecuteScript'
(eval):1:in `pbExecuteScript'
Interpreter:794:in `eval'
Interpreter:243:in `pbExecuteScript'
Interpreter:794:in `command_111'
Interpreter:320:in `execute_command'
Interpreter:193:in `update'
Interpreter:106:in `loop'
Interpreter:198:in `update'
Scene_Map:103:in `update'
In Debug mode, using test trainer battle
Exception: NoMethodError
Message: undefined method `pbLoadTrainer' for #<PokemonMenu:0xaddc8a0>
PokemonTrainers:355:in `pbTrainerBattle'
PokemonDebug:786:in `pbDebugMenu'
PokemonDebug:297:in `loop'
PokemonDebug:824:in `pbDebugMenu'
PokemonPauseMenu:242:in `pbStartPokemonMenu'
PokemonPauseMenu:241:in `pbFadeOutIn'
PokemonPauseMenu:241:in `pbStartPokemonMenu'
PokemonPauseMenu:142:in `loop'
PokemonPauseMenu:256:in `pbStartPokemonMenu'
Scene_Map:202:in `call_menu'
This occurs with every trainer, and didn't occur previously. Any ideas?
For some reason, trainers don't seem to work. Pokemon will battle fine, but when you try to battle trainers this occurs
(In my game, when talking to the trainer)
Exception: RuntimeError
Message: Script error within event 48, map 97 (Redcliff Town):
Exception: NoMethodError
Message: Section111:355:in `pbTrainerBattle'undefined method `pbLoadTrainer' for #<Interpreter:0xa89f1e0>
***Full script:
pbTrainerBattle(PBTrainers:POKEMONRANGER_F,"Amelia",_I("Good battle!"),false,0,false)
Interpreter:243:in `pbExecuteScript'
(eval):1:in `pbExecuteScript'
Interpreter:794:in `eval'
Interpreter:243:in `pbExecuteScript'
Interpreter:794:in `command_111'
Interpreter:320:in `execute_command'
Interpreter:193:in `update'
Interpreter:106:in `loop'
Interpreter:198:in `update'
Scene_Map:103:in `update'
In Debug mode, using test trainer battle
Exception: NoMethodError
Message: undefined method `pbLoadTrainer' for #<PokemonMenu:0xaddc8a0>
PokemonTrainers:355:in `pbTrainerBattle'
PokemonDebug:786:in `pbDebugMenu'
PokemonDebug:297:in `loop'
PokemonDebug:824:in `pbDebugMenu'
PokemonPauseMenu:242:in `pbStartPokemonMenu'
PokemonPauseMenu:241:in `pbFadeOutIn'
PokemonPauseMenu:241:in `pbStartPokemonMenu'
PokemonPauseMenu:142:in `loop'
PokemonPauseMenu:256:in `pbStartPokemonMenu'
Scene_Map:202:in `call_menu'
This occurs with every trainer, and didn't occur previously. Any ideas?
Last edited: