Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local w, h = term.getSize()
- local function center(text)
- x, y = term.getCursorPos()
- term.setCursorPos((w/2)-#text/2, y)
- print(text)
- end
- center("Package")
- center("Hv Setup: 20.00 USD")
- center(" ")
- center(" ")
- center(" ")
- center("12 Nuclear Chambers")
- center("2 Nuclear Reactors")
- center("32 HV Solars")
- center("12 MFSU")
- center("40 4x Insulated HV Cables")
Advertisement
Add Comment
Please, Sign In to add comment