so i made this event to keep deleting and spawning objects after a certain amount of time ,and it is working till the delete object but when it is time to spawn again it doesn’t work.
Hey, trigger once doesn’t work inside For each events, since it doesn’t trigger once for each object, rather it stops the event once the conditions are met.
I think removing the trigger once will fix the problem, since the repeat event is already triggered once.