Advertisement
fenixrus61

time

Aug 14th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. p=peripheral.wrap("right")
  2. p.setText("")
  3. while true do
  4. p.setLine(2,textutils.formatTime(os.time(),true))
  5.  
  6. sleep(1)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement