Advertisement
Guest User

startup

a guest
Jan 29th, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. mon = peripheral.wrap("bottom")
  2. mon.clear()
  3. mon.setTextScale(1)
  4. mon.setCursorPos(5,2)
  5. mon.write("Krumpli2")
  6. mon.setCursorPos(5,3)
  7. mon.write("Otthona")
  8. term.clear()
  9. print("Krumpli2 Otthona")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement