Advertisement
saymann333

CC_skript

May 25th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. print("simple loop")
  2.  
  3. index=1
  4. while true do
  5.    
  6.     os.sleep(10)
  7.     print("es ist ",textutils.formatTime(os.time(), false))
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement