i just don't know why but i've made a brick that shoots projectiles but its supposed to stop after a while however it doesn't and i don't know why.
400 OnRelay>Self>FireRelay
0 OnRelay>Shooter>SpawnProjectile(Arrow,0,100,0)
0 OnRelay>Shooter_2>SpawnProjectile(Arrow,0,-100,0)
5000 OnRelay>Self>CancelEvents
however it wont cancel its events i think it has something to do with the relays but can't figure it out. if i make another brick cancel it's events it works but otherwise not.
how do i fix this?