Enemy shooting after some time

How can i make the enemy shoot at the player after couple of seconds?
Is there a condition that do that?
Something like: after 0.5 seconds the enemy shoot at ecc.

Hi, yes there is a condition like that. You need to use a timer Timers and time - GDevelop documentation.

This is a very basic element and if you don’t know about that yet, I would recommend to make one or two of the official tutorials. They will introduce you into the basic concepts for making games in Gdevelop. You could check this one here: 6. Enemy Mechanics - GDevelop documentation

Thank you so much for the help :slightly_smiling_face: