Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local lines = {}
- for l in io.lines("insults.txt") do
- table.insert(lines,l)
- end
- for i=1,69 do
- print(i..".",lines[math.random(1,#lines)])
- end
- print("nice.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement