Advertisement
Guest User

Chating

a guest
Oct 20th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. mon = peripheral.wrap("right")
  2. mon.clear()
  3. mon.setCursorPos(1,1)
  4. while true do
  5. shell.run("monitor", "right", "program")
  6. sleep(0.5)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement