So I'm making a game for a school project, and I wanted to make a boss that would spawn once you get to 50 points (You get 1 point for each enemy you kill) But when I make an action that states "System-Score = 50-System-create object-Boss on layer 0 at (0,0). I thought that this would work, but it keeps spawning the bosses constantly until the score is over 50 points. Is there any way to make it so that it would only spawn one of these?