I made a mini game, but it doesn't go to the next player's turn. Anyone know why? Here's the code:
The Mini Game starts off like this.
This is how it works, your Hero has to either attack a Safe Unit, or a Bomb. If they kill the Safe Unit the trigger below happens:
And everytime it should pause ur unit after one of those units are killed, going to the next player's turn. (But the same player gets to go again)
Now this is the Bomb Unit. It kills the unit that attacks it.. It actually goes to the next player's turn but for some reason the above code makes it so you don't..