- 1
- Posts
- 1
- Years
- Seen Sep 24, 2023
I'm new to RMXP and Pokemon essentials so the fix might be obvious but I can't figure out why when I try to pick a starter it causes the game to crash.
This is the error that appears when I pick a starter.
[Pokémon Essentials version 21.1]
Script error in event 1 (coords 8,4), map 8 (Lappet Town)
Exception: NoMethodError
Message: undefined method `pdAddPokemon' for #<Interpreter @event_id: 1>
***Full script:
pdAddPokemon(:TREECKO,5)
Backtrace:
(eval):1:in `execute_script'
Interpreter:138:in `eval'
Interpreter:138:in `execute_script'
Interpreter_Commands:1177:in `command_355'
Interpreter_Commands:116:in `execute_command'
Interpreter:130:in `block in update'
Interpreter:86:in `loop'
Interpreter:86:in `update'
Scene_Map:167:in `block in update'
Scene_Map:166:in `loop'
This is the error that appears when I pick a starter.
[Pokémon Essentials version 21.1]
Script error in event 1 (coords 8,4), map 8 (Lappet Town)
Exception: NoMethodError
Message: undefined method `pdAddPokemon' for #<Interpreter @event_id: 1>
***Full script:
pdAddPokemon(:TREECKO,5)
Backtrace:
(eval):1:in `execute_script'
Interpreter:138:in `eval'
Interpreter:138:in `execute_script'
Interpreter_Commands:1177:in `command_355'
Interpreter_Commands:116:in `execute_command'
Interpreter:130:in `block in update'
Interpreter:86:in `loop'
Interpreter:86:in `update'
Scene_Map:167:in `block in update'
Scene_Map:166:in `loop'