Recent content by specimen1334

  1. S

    [Error] Checking the type of the entire party

    No worries :) glad I could help.
  2. S

    [Custom Feature Question] Simulated Npc vs Npc Battles

    Thanks! I will take a look at getting this to work soon. Hopefully it doesn't prove too difficult.
  3. S

    [Error] Checking the type of the entire party

    The last one you said is correct. $player.party[0].hasType?(:FIRE) Will check the first pokemon in the party and see if it has fire as one of its types. The likely reason for the crash, is the game needs to know how many pokemon there are in the party. if it tries to check a pokemon that doesnt...
  4. S

    [Custom Feature Question] Simulated Npc vs Npc Battles

    Hi guys, I was hoping someone might be able to provide me with some help? I am wanting to have, "Trainer A" walk into a room, stop at "Trainer B", the program to run a simulated battle between the two of them (we dont need to be able to see it happen). If "Trainer A" wins they continue forward...
Back
Top