How i make a "Wait action" using timers

Hey guys! i just have this question i was trying to do this with timers but it seems a little bit complicated, for me , i just wanna do my enemy con colision with my player waits 2.0 seconds before attack but i cant tigure out! Thx

3 Likes

I would recommend you use a scene timer.
condition=At the beginning of the scene
action= reset scene timer.
--------new empty event---------
condition= Value of scene timer.
Then you can can fill in “attack” for your action.

3 Likes


Try this.It should work.

4 Likes