- 428
- Posts
- 5
- Years
- Zekko
- Seen Nov 21, 2023
I probably need to add this code
somewhere into the start of the script that starts every Pokemon battle. But where?
It works when I put that code into each NPC, but it would be quicker to put that code into the game's script for battles to automatically turn every single Trainer Battle ingame into a 3v3 Set battle.
Code:
setBattleRule("setStyle")
setBattleRule("3v3")
It works when I put that code into each NPC, but it would be quicker to put that code into the game's script for battles to automatically turn every single Trainer Battle ingame into a 3v3 Set battle.