• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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] Help adding Move Relearner to the Party Screen

  • 12
    Posts
    4
    Years
    • Seen Oct 2, 2023
    So I found this
    https://www.pokecommunity.com/showthread.php?t=407245

    and this person has added the move relearner to their party screen so that it's accessible at all time and I would like to add this to my game but I'm having trouble adding it because the person who made the original post didn't specify where to put the scripts the and the call scripts.
    I managed to add in the command in the UI of the party select screen but it doesn't do anything as I don't know where to put the call to the script.
    When I try to put the call to the script in UI_Party, I get this error:
    -----------------------------------------------------------------------------------------------------------
    Exception: NameError
    Message: undefined local variable or method `cmbTeach' for #<PokemonPartyScreen>

    Backtrace:
    274:UI_Party:1317:in `block in pbPokemonScreen'
    274:UI_Party:1202:in `loop'
    274:UI_Party:1202:in `pbPokemonScreen'
    270:UI_PauseMenu:182:in `block (2 levels) in pbStartPokemonMenu'
    080:MessageConfig:562:in `pbFadeOutIn'
    270:UI_PauseMenu:179:in `block in pbStartPokemonMenu'
    270:UI_PauseMenu:147:in `loop'
    270:UI_PauseMenu:147:in `pbStartPokemonMenu'
    032: Scene_Map:102:in `call_menu'
    032: Scene_Map:199:in `update'
    ------------------------------------------------------------------------------------------------------------
    Please help, this would help my game immensely!
     
    Last edited:
    Back
    Top