while true do
event, button, x, y =os.pullEvent("mouse_click")
if x == nil or y == nil then
cPrint("Invalid Click")
end
if x>=2 and x<=16 and y>=5 and y<=7 then
start()
break
end
end
It doesn't work on normal computer.
Is it normal? I'm using Computercraft 1.75 for minecraft 1.7.10
Thank you!
Edited by Checco2212, 05 January 2016 - 11:41 AM.












