Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local mon = peripheral.wrap("back")
- local messages = { "24/7 servers", "IRC Development", "No more 1974 living ", "Portable computers", "Amazing Prices! " }
- repeat
- for i = 3, #messages do
- mon.setCursorPos(1, 1)
- mon.clear()
- mon.write("Aerial Computing")
- mon.setCursorPos(1, 2)
- mon.write(messages[i])
- sleep(1)
- end
- until cows_come_home
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement