Recent content by OwnedbyGrit

  1. O

    Ai vs Ai script?

    ok i found out where it is, and modified it to look like this def pbOwnedByPlayer?(index) return false if pbIsOpposing?(index) return false if @player.is_a?(Array) && index==2 return false if @controlPlayer = $game_switches[76]==true end It works, but the problem is when a pokemon is...
  2. O

    Ai vs Ai script?

    Hey which script is @controlPlayer located in ?
  3. O

    Ai vs Ai script?

    Um, im not to experience with scripts so if you dont mind, u mind giving me an example?
  4. O

    Ai vs Ai script?

    Does anyone know how to edit the default battle script to turn the player into an ai during battle? Or otherwise does anyone have a script they can share or know how to create this type of script?
Back
Top