Posted 09 August 2015 - 04:50 AM
I have this code:
I know this code did work, i saw it on a Youtube video (it was uploaded in 2013) and i was wondering why it doesnt work anymore, or did i make a typo?
moniter = peripheral.wrap("back")
moniter.setTextScale(3)
while true do
sleep(0.75)
moniter.setCursorPos(1,1)
moniter.clear()
moniter.write(textutils.formatTime(os.time().true))
end
moniter.restore()
I know this code did work, i saw it on a Youtube video (it was uploaded in 2013) and i was wondering why it doesnt work anymore, or did i make a typo?
Edited on 09 August 2015 - 05:51 AM