Hi Guys,
I have a small event where I am creating a monster and destroying it. I need to be able to create it until my player reaches a point on my layout, then I want to stop creating it.
I have a variable where it is a boolean set to true to create when player reaches the first location. Upon reaching the 2nd location, I want to stop the event.
How do I loop this correctly?
Thanks