• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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.

[Scripting Question] regional starter

  • 2
    Posts
    2
    Years
    • Seen May 27, 2025
    im trying to make galarian zigzagoon as one of my starters but it always comes out with an error no matter how i try scripting it
    error here:
    [Pokémon Essentials version 21.1]
    [v21.1 Hotfixes 1.0.9]

    Script error in event 3 (coords 11,5), map 4 (Pokémon Lab)
    Exception: NoMethodError
    Message: undefined method `pbGenPokemon' for #<Interpreter @event_id: 3>

    ***Full script:
    pkmn = pbGenPokemon(:ZIGZAGOON,5)
    pkmn.form = 1
    pkmn.resetMoves
    pbAddPokemon(pkmn)
    p $Trainer.lastParty.form

    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'
     
    Back
    Top