• 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.

[Scripting Question] Trainer coding

  • 2
    Posts
    243
    Days
    • Seen Sep 24, 2023
    Hi, i wanted to know if it was possible to nake a trainer coded to have the same pokemon you have in team but with higher levels.
    Thanks you all have a nice day
     
  • 1,682
    Posts
    8
    Years
    • Seen yesterday
    Yes this is possible, provided you set up an :on_trainer_load EventHandler. There is a template for one commented out in script section Overworld_EncounterModifiers.
    Be sure you clone each party member, otherwise doing damage in battle will damage the original too because both are using the same pokemon object.
     
    Back
    Top