Hi there,
I have this problem with key press event. For some random reason it works just kind of, well, it works, but my code doesn't. I am using multiple functions to du stuff that depends in certain keys pressed, but that is some sort of weird random error there in between 'keypress' and 'menuselect' function. Could someone take a look please? (I will definitly send some online cookie for ya)
---init
component=require('component')
gpu=component.gpu
gpu.setDepth(8)
term=require('term')
term.clear()
event=require('event')
unicode=require('unicode')
colors=require('colors')
key=