I have searched up so many sites on google to try and get this to work but NO ONE seems to have this anywhere , and if they do... It's just NOT working with my program... What I am trying to achieve is to have a player recoil that when the player gets hit, he has a "x" amount of time between getting hit the first time and the second time...
So I have a boolean variable "hit" set to false and when he gets hit, it changes to true... Which means he can't get hit again until it's changed to false again...
So I'm trying to set up a function in my program to set a "timer" for "x" amount of seconds IF hit = true and once that timer hits "x" amount of seconds, hit will get switched back to false...
Anyone have any ideas?
Thanks!!
1