You can use a Sequence node to add more than one functionality to something. It will do things in sequence, from top to bottom. That will get you more room out of the Event Tick. I would personally not use Tick, though. I would use a Set Timer and put the damaging stuff into a function, set your interval and let the logic do its thing.