I have an enemy sprite that I spawn them in random places. I would like the enemies to be able to shoot bullets randomly between 2 to 4 seconds. When I use the "System/On Every X Seconds" event with Random(2,4) command, all enemies shoot at the same time. I would like each instance of the enemy shoots randomly. Just wondering how can I achieve this?