Derxwna Kapsyla
Derxwna "The Badman" Kapsyla
- 399
- Posts
- 14
- Years
- Everywhere, yet Nowhere
- Seen Jun 19, 2025
In my game, certain event battles (Legendaries) will have special intro animations. I've managed to devise a rather... backwards method to doing it, but I'm not overly pleased with how I did it.
I'm still not very good at scripting and I've tried poking around the scripts for some sort of idea what to do, but can't seem to get a footing. My idea was to make it play like a battle transition, but I'm not sure how to do that because I'm unsure of how the transitions are stored and handled. I know where they are, but I can't figure out exactly how they work in the scripts.
What I'm trying to do is sorta make the event be handled similarly to how battle backgrounds are I guess (it's the only example I can think of). When a special battle is up, you call for script "EventTransition(Articuno)", and it checks a folder (Preferably a nested folder in transitions\) for files named Transition_Articuno1, Transition_Articuno2, and Transition_Articuno3.
This is hard to verbalize because I'm really unfamiliar with how scripts work, and I'm sure I could attempt to cobble together what I need if I could only figure out how exactly to get started and where to look. Hopefully someone can point me in the right direction!
![[PokeCommunity.com] Special Battle Transitions [PokeCommunity.com] Special Battle Transitions](https://puu.sh/gHRKs/b42be66da0.png)
I'm still not very good at scripting and I've tried poking around the scripts for some sort of idea what to do, but can't seem to get a footing. My idea was to make it play like a battle transition, but I'm not sure how to do that because I'm unsure of how the transitions are stored and handled. I know where they are, but I can't figure out exactly how they work in the scripts.
What I'm trying to do is sorta make the event be handled similarly to how battle backgrounds are I guess (it's the only example I can think of). When a special battle is up, you call for script "EventTransition(Articuno)", and it checks a folder (Preferably a nested folder in transitions\) for files named Transition_Articuno1, Transition_Articuno2, and Transition_Articuno3.
This is hard to verbalize because I'm really unfamiliar with how scripts work, and I'm sure I could attempt to cobble together what I need if I could only figure out how exactly to get started and where to look. Hopefully someone can point me in the right direction!