Hello.
I’ve got a python script which is running all the time when the game engine has been started. And i’ve got a boolean property named Done.
My question:
How can I pause the script during Done is false without pausing the whole game engine?
Regards,
unknown_member