- 78
- Posts
- 10
- Years
- Seen Sep 7, 2015
Hey,
I have an trainer in my game that will not use the correct battle team.
For Example,
The script says pbTrainerBattle(PBTrainers::POKEMONTRAINER_May,"May",_I("Awww... But at least I tried."),false,1,false,1)
and that is supposed to give this team:
POKEMONTRAINER_May
May,1
2,POTION
ZIGZAGOON,4,,TACKLE,GROWL
WURMPLE,5,,TACKLE,STRINGSHOT,POISONSTING,,1,F,,,TIMID,,,,true
but it gives
POKEMONTRAINER_May
May,0
2,POTION
ZIGZAGOON,2,,TACKLE,GROWL
WURMPLE,3,,TACKLE,STRINGSHOT,,,1,F,,,TIMID,,,,true
Does anyone know how to make it so it uses the May,1 team instead of the May,0 team?
I have an trainer in my game that will not use the correct battle team.
For Example,
The script says pbTrainerBattle(PBTrainers::POKEMONTRAINER_May,"May",_I("Awww... But at least I tried."),false,1,false,1)
and that is supposed to give this team:
POKEMONTRAINER_May
May,1
2,POTION
ZIGZAGOON,4,,TACKLE,GROWL
WURMPLE,5,,TACKLE,STRINGSHOT,POISONSTING,,1,F,,,TIMID,,,,true
but it gives
POKEMONTRAINER_May
May,0
2,POTION
ZIGZAGOON,2,,TACKLE,GROWL
WURMPLE,3,,TACKLE,STRINGSHOT,,,1,F,,,TIMID,,,,true
Does anyone know how to make it so it uses the May,1 team instead of the May,0 team?