Advertisement
Dudugz-Contistente

Untitled

Sep 20th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. read={
  2. lines=function(string)
  3. local lines={}
  4. for line in string.gmatch(string,'(.-)%\n') do
  5. table.insert(lines,line)
  6. end
  7.  
  8. return lines
  9. end,
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement