Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon=peripheral.wrap("back")
- mon.clear()
- mon.setTextScale(3)
- mon.setCursorPos(1,1)
- mon.write("Rules:")
- mon.setTextScale(2)
- mon.setCursorPos(1,2)
- mon.write("- don't grief.")
- mon.setCursorPos(1,3)
- mon.write("- don't curse.")
- mon.setCursorPos(1,4)
- mon.write("- don't hack")
- mon.setCursorPos(1,5)
- mon.write("- respect the staff")
- mon.setCursorPos(1,6)
- mon.write("- don't ask for ranks and or items.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement