Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- m = peripheral.wrap("right")
- while true do
- term.clear()
- term.setCursorPos(1,1)
- print( "What would you like your" )
- term.setCursorPos(1,2)
- print( "turtle to say?" )
- term.setCursorPos(1,3)
- print( "Hold CTRL+T to End Program." )
- chat = io.read()
- m.say(chat)
- end
Advertisement
Add Comment
Please, Sign In to add comment