24 posts
Posted 22 March 2013 - 01:31 AM
Is there a way to print os.time() or do something else while waiting for an os.pullEvent()?
2088 posts
Location
South Africa
Posted 22 March 2013 - 01:36 AM
Use os.startTimer( 1 ), 1 is the amount of seconds and when the timer Is done it gives off the 'timer' event.
Or you can use parallel.waitForAny where you can run two functions at the same time