Guest User

startup

a guest
Mar 6th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1.  
  2. print(" ")
  3. floor= "2a"
  4. mon= peripheral.find("monitor")  
  5.  
  6. term.clear()
  7. term.setCursorPos(1,1)
  8. term.write("Working... Floor 2a")
  9. mon.clear()
  10. mon.setTextScale(3)
  11. mon.setCursorPos(1,1)
  12. mon.write("FLOUR 2a")
  13. while true do
  14. print("Working")
  15. sleep(1)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment