Okay, so I'm new to RPG Maker and this forum so hopefully I don't sound too stupid. I made a cut scene right before a boss battle and now after I finish the battle I'm trying to find a way to make the boss disappear so I can continue the game. Also with the boss there are three other characters that are over-looking the fight, when the battle is over they decide to leave. I was planning on having them teleport, I used the animation "Dark All" to give a sense of that. If anyone has a suggestion on what to do, or if this wasn't clear enough ( I apologize in advance) and I'll try to clarify what I mean. Thanks everyone!
Ending a cutscene after boss battle
● ARCHIVED · READ-ONLY
-
-
If the battle was evented (using the Battle Processing command), then just put something after that command and the event will continue processing after the battle... to remove the boss, you'd probably want to use a self switch or a switch (in case you need it to trigger other events in the future) and a blank page that uses that as a condition
-
Engr. AdiktuzmikoNot to familiar with switches and conditions, but I'll give it a shot! Thanks for the quick reply and help :)
-
Then play the variables guide - switches and variables are the basic building blocks of anything more complext than a "go there"-type quest, and you need to learn them.Not to familiar with switches and conditions, but I'll give it a shot! Thanks for the quick reply and help :)
Follow the link in my signature if you don't know where the variables guide is. -
As already stated, you need to use self-switches. I did something similar to this (boss battle was in the middle of a cutscene) and simply continue the script afterwards, having the other events turn off by using self-switches and new pages (and personally I'd use an animation for each of them instead of one huge one --- in part because the "X All" animations are impossible to target so you can end up with it going off and not hiding anything)