#need help with the CV2 projectile cooldown

9 messages · Page 1 of 1 (latest)

clear fiber
#

Is there anyway to make a projectile have a cooldown?

feral coyote
#

Use a boolean.

if the boolean is true, then don't fire

if it's false, set bool to true, then fire.

Then use the event receiver(bool variable changed) if the bool is ever set to true, start a delay, then after the delay set the bool to false. if the bool is set to false, do nothing.

clear fiber
#

Please

feral coyote
#

At work, so I’ll be awhile before I a can get you a photo of circuits

clear fiber
feral coyote
#

Welp ¯_(ツ)_/¯