DIES 0 Posted May 5, 2018 Share Posted May 5, 2018 while true do local e = { computer.pullSignal() } if e[1] == "key_down" and e[4] == 41 then break end end NVM. The problem was in 'sleep' that goes right after event loop. Now it works like a charm. Quote Link to post Share on other sites
NVM. The problem was in 'sleep' that goes right after event loop. Now it works like a charm.
Link to post
Share on other sites