Timer......
eliehang
Member, PRO Posts: 105
I'm trying to make the enemy shoot 3 bullets back to back every 3 seconds.. like ta! ta! ta!...3 sec.....ta! ta! ta!....3 sec.... and so on. How would I set that up?
Comments
The first Timer would wrap around the other three.
It would look like this:
Timer
Every 3 SECONDS
Timer
After 0.1 SECOND
Fire Bullet
Timer
After 0.2 SECOND
Fire Bullet
Timer
After 0.3 SECOND
Fire Bullet
Hope this helps!
Joe
not Relative to Actor?