Advertisement
Guest User

me

a guest
Mar 25th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. interface = peripheral.wrap("back")
  2. print("ID?")
  3. id = read()
  4. print("amount?")
  5. amount = read()
  6. print("dmg?")
  7. dmg = read()
  8.  
  9. fingerprint = {}
  10. fingerprint.id = id
  11. fingerprint.dmg = dmg
  12.  
  13. interface.exportItem(fingerprint, "up",amount)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement