- 159
- Posts
- 12
- Years
- Hope Peak's Academy
- Seen May 20, 2025
This is frustrating me to know end because I'm obviously not getting this.
Last time I had this problem I was able to fix it by replacing RIVAL1 with the character I wanted, but now there's going to be thirteen characters (currently seven) that I want to use the VS animation for and I can't just make them all "RIVAL1."
This is the script that Essentials gave you that has the VS animation in it.
pbTrainerBattle(PBTrainers::RIVAL1,"Blue",_I("Not too shabby."),false,0)
And this is the script after I replaced what I need for the battle I want:
pbTrainerBattle(PBTrainers:: PSYCHO,"Rikuto",_I("..."),false,0)
(Without the space between the : and the PSYCHO. I had to put in a space to make it not :P at you.)
But I can't get the VS animation to play out.
In case you're wondering, this is what the Transitions folder looks like (ignore the colored background. I'll make them transparent if I can figure this problem out first):
I tried doing what the wiki tells me to do and edit the scripts, but I had to stop after it tells me to look for the script for "PokemonTrainers," which is a script I do not seem to have. Is there even a way to do what I want to do for 16.2 yet?
Thanks in advance.
Last time I had this problem I was able to fix it by replacing RIVAL1 with the character I wanted, but now there's going to be thirteen characters (currently seven) that I want to use the VS animation for and I can't just make them all "RIVAL1."
This is the script that Essentials gave you that has the VS animation in it.
pbTrainerBattle(PBTrainers::RIVAL1,"Blue",_I("Not too shabby."),false,0)
And this is the script after I replaced what I need for the battle I want:
pbTrainerBattle(PBTrainers:: PSYCHO,"Rikuto",_I("..."),false,0)
(Without the space between the : and the PSYCHO. I had to put in a space to make it not :P at you.)
But I can't get the VS animation to play out.
In case you're wondering, this is what the Transitions folder looks like (ignore the colored background. I'll make them transparent if I can figure this problem out first):
Spoiler:
![[PokeCommunity.com] VS Animation for Ver 16.2 [PokeCommunity.com] VS Animation for Ver 16.2](https://s33.postimg.org/iahl3hxrj/doitforwoolie.png)
I tried doing what the wiki tells me to do and edit the scripts, but I had to stop after it tells me to look for the script for "PokemonTrainers," which is a script I do not seem to have. Is there even a way to do what I want to do for 16.2 yet?
Thanks in advance.
Last edited by a moderator: