Recent content by GamingOptima

  1. G

    Better AI system

    Exact same time for me. Your opponent in battle gets an error every time it's their turn to attack.
  2. G

    Better AI system

    I changed opps = eachOpponent -> opps = [] battler.eachOpposing {|b| opps.push(b)} Then replaced idxbattler with battler.index in the following script line. skill = @battle.pbGetOwnerFromBattlerIndex(battler.index).skill || 0 Still getting the "moves" error though
  3. G

    Better AI system

    So how would I fix that in my script then?
  4. G

    Better AI system

    Hey dude I am getting this error after fixing multiple other erros in your script. Do you have any suggestion as what to do now?
Back
Top