I have nine objects. in my game. How do I make it to change levels once I collect all objects? with out going in a certain order. I looked at all examples and cant find any help.
all you have to do is when an actor is destroyed, make it say add +1 to a global real attribute, and then have another rule that says when real attribute = 9, (tell it to do whatever you desired to take it to the next level)
Comments