Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon = peripheral.wrap("top")
- mon.clear()
- mon.setTextScale(2)
- mon.setCursorPos(1,1)
- mon.write("Welcome to the "U.S.S Dawn")
- mon.setCursorPos(1,2)
- mon.write("Projects Currently In Progress:")
- sleep(1)
- mon.clear()
- mon.setCursorPos(1,2)
- mon.write("Bevel Edges/Resign Hull")
- mon.setCursorPos(1,3)
- mon.write("Finish Aux. Bridge/Entry Hall/Stairs")
- mon.setCursorPos(1,4)
- mon.write("Remove Water On Machine/Warehouse Level")
- mon.setCursorPos(1,5)
- mon.write("Design Main Bridge")
- mon.setCursorPos(1,6)
- mon.write("Design Cabins/Staterooms")
- mon.setCursorPos(1,7)
- mon.write("Install Casino ")
- mon.setCursorPos(1,8)
- mon.write("Finish N.C.C software for "Dawn" A.I")
- sleep(2)
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment