I am currently working on a (small) project, which will set my pc screen blank for x seconds and then turn it back on. The code looks like this now (I've copied the blackscreen func and put some other variables in): func BlackFor($time)
Global $untilback = $time
EndFunc
BlackFor(5000); Sets how...