Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a = io.read("*l")
- b = io.read("*l")
- c = io.read("*l")
- print("Please type 1 or 2")
- print("Please type 3 or 4")
- print("Please type 5 or 6")
- if a = "1" or "2"
- print("Well done!")
- end
- if b = "3" or "4"
- print("Well done! Again...")
- end
- if c = "5" or "6"
- print("Well done! Again again lol...")
- end
- elseif a
- print("Try again...")
- end
- elseif b
- print("Try again...")
- end
- elseif c
- print("Try again...")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement