How to loop?

What should I add to this blueprint after the first delay to create an infine loop of all that follows it:

Create a custom event with a name you like. Let’s say “SetSphereOverlap”.

Pack everything behind this custom event that you want to loop.

Now, on begin play, use “Set Timer”. Click “loop” and type in the event name “SetSphereOverlap”.
This should work. You could also remove the last delay and place a second Timer there.
Set both timers to NOT loop and type in “6” seconds to the second timer.

http://puu.sh/i8AxX/7706733da2.png

http://puu.sh/i8AxX/7706733da2.png

Thanks a lot man… it works perfectly!!