#circuit AI Tick Timer

1 messages · Page 1 of 1 (latest)

true summit
#

How do I make a timer that the moment a ai spawns it counts till it's ded

soft geyser
#

30hz, add the delta time to a float variable.
start when the ai spawns, end when it dies

true summit
#

But how do I make it start with a the ai and stop with the ak

#

Ai

mild socket
soft geyser
#

y- yes?

#

if you added up all the delta times in a second you would get 1, becuase thats how delta time works - its the litteral time between excs

balmy trail
#

From what I understand, you want that after a while the ai has spawned, it should die?

mild socket
#

I knew that information but i didn’t