Hey guys...
I am trying to tell the program to initialize a group if the score is over 1500
Now, in this group I destroy all other objects and I tell system to create an object (Boss1) which has 1000 hit points and will give no score until it is destroyed.
The problem is that since the score will remain at 1500 until this object is destroyed, the system will continue creating it...
so, How do I make it appear only once (which conditions should I put?)?
Thanks!