Add trigger once there in condition
1 Like
Hi you can also add some boolean variable to your player like object variable player_is_hurt
Then in the collision event
just check if player_is_hurt = false do your stuff and toggle the variable to true.
Add a timer then if the timer is greater than 1 sec change the player_is_hurt = false again.
1 Like