Advertisement
Guest User

2

a guest
Jan 25th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local mag=peripheral.wrap("left")
  2. print("Swipe a card to clear it")
  3. mag.beginWrite(""."")
  4. os.pullEvent("mag_write_done")
  5. print("Card cleared!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement