- 7
- Posts
- 8
- Years
- Seen Dec 16, 2018
Hey everyone! So I'm trying to create trainers, but every single trainer is Picnicker Susie from Route 3 when I playtest it. I did use Picnicker Susie as a template. Here's the event that I have on one of the Susie trainers.
Script: pbTrainerIntro(:BUGCATCHER)
Text: Go! Caterpie!
Conditional Branch: Script: pbTrainerBattle(PBTrainers::BUGCATCHER,"Alan",_I("No! Caterpie!"),false,0,false,0)
Control Self Switch: A = ON
Branch End
Script: pbTrainerEnd
I've tried hitting both "ok" and "Apply" in the event window, I've tried deleting the comments up at the top, and I've tried both an old and new save file, but none of that worked. Any ideas how to fix this?Text: Go! Caterpie!
Conditional Branch: Script: pbTrainerBattle(PBTrainers::BUGCATCHER,"Alan",_I("No! Caterpie!"),false,0,false,0)
Control Self Switch: A = ON
Branch End
Script: pbTrainerEnd