I am playing with the game in the tutorial and would like to generate another player when the monster collides with the player. I am able to get the player to be destroyed but I have not been able to generate another player to continue the game. The gamer starts out with 5 lives. I was able to set the incident variable and have the the variable decrease as it collides with a monster but have not figured out how to generate a new player if the incident variable life > 0.
Any suggestions would be appreciated - I am very new at this. This is my first attempt at creating a game.