while true do ev, btn, x, y = os.pullEvent() endI want to loop forever and dont wait for the button to press or mouse to do something!
I could use this:
while true do
--Code here
os.sleep(0.1)
end
But this will not look for buttons...
Edited by lauriszz123, 13 June 2015 - 04:40 PM.











