Subj : Help with a JavaScript game To : All From : Zarakava Date : Sun Aug 14 2011 05:21 pm Hello! I don't know if this'll get answered for a while, but no huge deal. I'm working on programming a javascript/bbs door game, and it's going great up to one point. With the console.inkey() command, no matter what the timeout, it always does a console.pause() afterwards. console.getkey() works fine, but I would really prefer to have it timeout, as I'm having a loop check some conditions every second. Is there a way to get read of that console.pause() after the inkey? .