- Joined
- Jan 9, 2018
- Messages
- 138
- Reaction score
- 11
- First Language
- English
- Primarily Uses
- RMMV
Hi all,
So I have a bard class that sings songs to buff the entire party. Only one song can be active at any time and starting a new song ends the previous song. Each song has a state assigned to it and each state lasts 3 turns. Each song also changes the background music accordingly. This is done using call common event when each song skill is used. The problem is when the state is removed it does not change the music back to the original music.
My idea was for when the state is removed that it would switch the called common event off. However I have found no way of doing this. Perhaps their is a plugin or some script. Maybe this can all be done using Troop Events instead, though that sounds tedious.
I am using Yanfly Plugins including Buff State Core. I know there is a note tag as follows:
<Custom Remove Effect>
code
code
</Custom Remove Effect>
However I'm not sure what code to put their or if it's even possible to turn a common event off in this way. So anyone have any ideas or suggestions??? All is welcomed and appreciated.
So I have a bard class that sings songs to buff the entire party. Only one song can be active at any time and starting a new song ends the previous song. Each song has a state assigned to it and each state lasts 3 turns. Each song also changes the background music accordingly. This is done using call common event when each song skill is used. The problem is when the state is removed it does not change the music back to the original music.
My idea was for when the state is removed that it would switch the called common event off. However I have found no way of doing this. Perhaps their is a plugin or some script. Maybe this can all be done using Troop Events instead, though that sounds tedious.
I am using Yanfly Plugins including Buff State Core. I know there is a note tag as follows:
<Custom Remove Effect>
code
code
</Custom Remove Effect>
However I'm not sure what code to put their or if it's even possible to turn a common event off in this way. So anyone have any ideas or suggestions??? All is welcomed and appreciated.

