Guest User

code

a guest
Jul 24th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local chat = peripheral.wrap('right')
  2. print(textutils.serialise(peripheral.getMethods('right')))
  3.  
  4. chat.setDistance(99999999)
  5. chat.setName('csmit195')
  6. chat.say('If you can see this message, please tell me.')
Advertisement
Add Comment
Please, Sign In to add comment