How to call an event with an integer in a timer?

I’d like to be able to call specific events when a timer reaches a certain number, how would I go about doing this? Any pointers to documentation or tutorials would be appreciated too.

Best and most simple way is to use a Delay, another way is to get Delta Time from a Tick event and add it to a variable of float, then check it for the wanted time