I need to reset a pickup if i pickup another one like it

So i am making a Pacman game while i learn how to use blueprints. Im very much a beginner so this is probably an easy fix. So what im trying to do is, when i pick up my powerup, speed up to 1000 set powering up which allows me to kill ghosts. Then destroy component, play sound, delay for 9 seconds then set the power up back to off which actually works. The problem i am having is when i pick up another powerup the delay has to run its coarse until its done so the next pickup doesn’t start right away. So i guess my question is how do i reset the delay so when i pick up my next power up everything resets and starts over instead of overlapping?