function tid() --tid means time in swedish local time = os.time() time = textutils.formatTime(time, true) print(time) sleep(1) term.clear() term.setCursorPos(7, 6) tid() end tid()It's here the problem comes, every now and then the clock stops working and i get a java error "java.lang.arrayindexoutofboundsexception".
How am i supposed to fix this? I just started with this mod and the only things i have made so far are doors!
I am very thankful for help!
Xhisor












