thank you, i dont know why but that didnt worked for me. maybe i didnt use it in the right way. annyway i could get off that warnings bei creating an function to shorten the timer creating:
for
get_tree().create_timer( seconds ).connect( "timeout", self, "anyFunction")
i did that:
func alarm (seconds, where, funktion):
return (get_tree().create_timer(seconds).connect("timeout",where,funktion))
I dont know why, but in this case there aren't warnings spawning annywere
bad english for my sorry