want to execute my blueprint for as long as Im overlapping my trigger

Hi

So I have created a overlapping event that reads my character when he overlaps it, this triggers another blueprint that will spawn a box in random order within a bigger box :slight_smile:
It works but only for one time, I want this to execute for as long as the character is in the trigger volume OR, and maybe better, for as many times as I tell it to.

cheers
/

You should probably use a boolean, and a while loop. Something along the lines of. While this is true do this. I’m not sure o the exact syntax.

here is a solution , this will call your event every 1sec

Mhousse1247, that worked like a charm,…BIG huge thank you… :))

cheers
/