Advertisement
drpepper240

opnp test

Jul 19th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. fileName = "out"
  2. local file = fs.open(fileName,"w")
  3. local sT = peripheral.call("back","listMethods")
  4. --local sT = peripheral.call("back","getPlayerNames")
  5. --sT = textutils.serialize(sT)
  6. file.write(sT)
  7. file.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement