I'm trying to pause the execution of my program for a few seconds every once in a while. I remember it using the set_task function....but as the night grows later everything seems a bit more cryptic.
How would i pause execution of my program for, say, 0.5 seconds, then continue on with the execution?