Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --os.loadAPI("button")
- m = peripheral.wrap("bottom")
- rednet.open("top")
- m.clear()
- function CenterX(text, y)
- mX = m.getSize()
- x = math.ceil(mX/2) - math.floor(string.len(text)/2)
- m.setCursorPos(x, y)
- end
- CenterX("SmexxarN's SKYNET", 2)
- m.write("SmexxarN's SKYNET")
- CenterX("STATUS: ONLINE", 3)
- m.write("STATUS: ")
- m.setTextColor(colors.green)
- m.write("ONLINE")
- m.setTextColor(colors.white)
Advertisement
Add Comment
Please, Sign In to add comment