Ryan Please Help

I want to do a condition so my character will leave any pt after 25 seconds let’s say. When i do "If (time elapsed) >=25, the char doesn’t leave at 25 or at 26 seconds, but at a random time like 5-10-13-17 seconds. Can you tell me how to do it?

It will never execute at exactly 25 seconds because the conditions are being checked every 2-3 seconds. Using >= should work as once the conditions are met the time elapsed value is updated and your thens will not be triggered for another 25 seconds at least.