karelvysinka

Turtle casovac 1.0 posila as

Jan 28th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local a=1
  2. while true do
  3.   rednet.open("right")
  4.   rednet.broadcast("as")
  5.   os.sleep(30)
  6.   term.clear()
  7.   term.setCursorPos(1,1)
  8.   a=a+1
  9.   print("Pocet cyklu:"..a)
  10.   rednet.close("right")
  11. end
Add Comment
Please, Sign In to add comment