• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Error] Game crashes when I try to pick a starter.

1
Posts
282
Days
    • 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'
     
    19
    Posts
    3
    Years
    • Seen Nov 23, 2023
    The problem is that you accidentally wrote pd instead of pb. Just fix the D into a B and it should work fine.
     
    Back
    Top