![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | usurun |
I have a _physics_process running, but I want to stop it after it is done.
Was thinking that I could remove the script, or however way there is.
elif !run_once and time_starting.is_stopped() :
print("locked")
run_once = true
(delete script)