Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear() --This clears the screen for the whole code
- term.setCursorPos(17, 1) --This sets the position for the following line
- term.write("Welcome to Megapolis") --Words in Between "these" shows up on the screen
- term.setCursorPos(1, 4)
- term.write("Town Rules")
- term.setCursorPos(1, 6)
- term.write("1. Respect Other Town Members")
- term.setCursorPos(1, 7)
- term.write("2. Stay Within Your Chunk Limits")
- term.setCursorPos(1, 8)
- term.write("3. Report ALL Major Lag In Town To Town Staff")
- term.setCursorPos(1, 9)
- term.write("4. Daily Tax is $100")
- term.setCursorPos(1, 10)
- term.write("5. Avoid The Use Of Lux Capacitors")
- term.setCursorPos(17, 13)
- term.write("Banned From The Town")
- term.setCursorPos(21, 14)
- print("Not Available") --Putting print("words") allows the > to go down a line
Advertisement
Add Comment
Please, Sign In to add comment