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

[Eventing Question] How to make a Gym Leader fight you in a Double Battle?

429
Posts
4
Years
  • I've got the Gym Leader event and Gym ready and set up. I just need to figure out how to make this Gym Leader battle you in a Double Battle. Right now he's only battling me in Single Battle format.

    Some scripts in default trainers are comments, and some are Scripts. But the default Gym Leader uses Conditional Branch scripts. How do I change those correctly to make this a double battle?
     
    286
    Posts
    5
    Years
    • Seen May 9, 2024
    Here's the method that's being used, so you can see what to put where in the script command (make sure there aren't any comments that will override this):
    Code:
    def pbTrainerBattle(trainerid,trainername,endspeech,doublebattle=false,trainerparty=0,canlose=false,variable=nil)
     
    Back
    Top