- Edited
get_node("/root/Node2D/Timer").set_wait_time(5)
get_node("/root/Node2D/Timer").start()
stopsalto()
it should stop the last function (stopsalto) of running until 5 seconds had passed but the function runs without waiting.
i am learning, please be nice.