Hi again! I've created a turret but I want to change the timer of the bullets, I want it to wait a few seconds and then shoot because it's too fast in the "default" mode for my game. Does anyone know if it's possible?
In my code, in the System when the layout/scene begins, I set a target to the turret. Then, the turret when it shoots it generates a bullet. Finally, the bullet gets destroy when it hits a solid. That's all. Thanks! :D