csmit195

Untitled

Sep 12th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. local file = fs.open( "output" )
  2. file.write( textutils.serialize( peripheral.getMethods( "left" ) ) )
  3. file.close()
Advertisement
Add Comment
Please, Sign In to add comment