Advertisement
stullick

ccServerSign

Mar 3rd, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. write("Server Room Sign: ")
  2. term.setTextColor(colors.lime)
  3. print("ACTIVE")
  4. term.setTextColor(colors.white)
  5. shell.run("time")
  6. local serversign = peripheral.wrap("monitor_1")
  7. term.redirect(serversign)
  8. term.clear()
  9. serversign.setTextScale(1.5)
  10. print("Server Room")
  11. shell.run("MessageBoard")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement