Recent content by dePaige22

  1. D

    [Custom Feature Question] Let AI choose which Pokemon to send out for player upon fainting?

    I finally figured it out thank you!!! What I actually ended up doing was following the method calls back to pbSwitchInBetween and where it makes the decision if the player is not the owner 'if !pbOwnedByPlayer?(index)' I simply added a switch that will always make it true. It never actually...
  2. D

    [Custom Feature Question] Let AI choose which Pokemon to send out for player upon fainting?

    Hi everyone. I'm working with 17.2 essentials and am trying to figure out a way to have the built in AI that's used for the opponent also automatically choose and send out the player's next Pokemon when it faints. I've been reading through scripts and other posts the last few days but I can't...
Back
Top