jordyvl

Mag card maker

Aug 16th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local reader = peripheral.wrap("bottom")
  2. while true do
  3. reader.beginWrite("#1234567890","IMMBIS inc")
  4. local event,arg1,arg2,arg3 = os.pullEvent()
  5. if event == "mag_write_done" then
  6.   print("card made")
  7. end
  8. end
Add Comment
Please, Sign In to add comment