Sleep Not Working


Hello, I made a simply clock timer which ticks every few seconds ( I wanted to use Sleep to accomplish this) the problem is that the method seems to completely stop / freeze when calling Sleep. The Print statement (“startup”) before the sleep funciton executes, but the Print “New time” Never executes. When I removced sleep, the function worked fine until the program throttled because I’m calling Tick recursively. I

I should note that I am instantiating a clocky_device object in another Verse File because that is where I need the clock thing. So I’m calling the Tick Method from that other file.