Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local component = require "component"
- local colors = require "colors"
- local cw = component.os_cardwriter
- print "User:"
- local user = io.read()
- print "Color:"
- local color = colors[io.read()] or colors.white
- print "Title:"
- local title = io.read()
- cw.write(user, title, false, color)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement