Timer.start() can't call inside the function

My timer ‘enemy_movement_start_timer’ doesn’t work
More precisely, it doesn’t function inside the function
I can’t understand why the error message turn up!
What did I do wrong?

The error message is explicit enough, start does not return a value, so you can’t use it as a condition.
I think this is what you are looking for : is_stopped

1 Like