Guest User

ComputerCraft

a guest
Mar 23rd, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. local w, h = term.getSize()
  2. local function center(text)
  3.     x, y = term.getCursorPos()
  4.     term.setCursorPos((w/2)-#text/2, y)
  5.     print(text)
  6. end
  7. center("Package")
  8. center("Hv Setup: 20.00 USD")
  9. center("      ")
  10. center("      ")
  11. center("      ")
  12. center("12 Nuclear Chambers")
  13. center("2 Nuclear Reactors")
  14. center("32 HV Solars")
  15. center("12 MFSU")
  16. center("40 4x Insulated HV Cables")
Advertisement
Add Comment
Please, Sign In to add comment