in reply to help with time limit script
You are going to need to have one process/thread timing and the other waiting for user input.
One process/thread should sleep, then check if the user input has happened on the other thread/process. Sleep, then check. Sleep, then check. If input does not happen within a certain time, the timing process should kill the one waiting for user input (and then commit suicide)
|
|---|