Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local com =require("component")
- local cardw =com.os_cardwriter
- local ccolor
- io.write("данные: ")
- local data =io.read()
- io.write("Имя карты: ")
- local name =io.read()
- io.write("уровень карты: ")
- local color =io.read()
- if color == "1" then ccolor = 5 end
- if color == "2" then ccolor = 13 end
- if color == "3" then ccolor = 4 end
- if color == "4" then ccolor = 1 end
- if color == "5" then ccolor = 14 end
- cardw.write(data, name, true, ccolor)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement