[RMMV] HELP WITH BATTLE EVENTS
Posts
Pages:
1
Hello!
So I am making a boss fight which consists of 2 bosses. Every couple turns I make
them stand together and speak some dialogue then perform a move.
Now I need it so that then one of them is dead and you're just fighting one of them
left that that previous move no longer occurs.
I've set it up like this
Conditions Turn 1+3*X and the span is Turn
Any help is appreciated! Also if you know any links to some good Battle Eventing
tutorials that would be cool. I'm just starting with them and I'm fumbling quite abit with them. Cheers! :D
So I am making a boss fight which consists of 2 bosses. Every couple turns I make
them stand together and speak some dialogue then perform a move.
Now I need it so that then one of them is dead and you're just fighting one of them
left that that previous move no longer occurs.
I've set it up like this
Conditions Turn 1+3*X and the span is Turn
Any help is appreciated! Also if you know any links to some good Battle Eventing
tutorials that would be cool. I'm just starting with them and I'm fumbling quite abit with them. Cheers! :D
Edit: Ohhh... I read the whole thing now... Your conditional branch requires both enemies to be dead. That's why the move is still happening. You need to have a set the branches up differently.
You might need a third conditional branch within the second one.
Yeah, you've currently got it checking if Abbadon is dead first. If you kill Jezebeth first, it won't trigger until you kill Abbadon as well. Set up another version with Jezebeth first and Abbadon second and it should work.
Pages:
1