Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local chrashQuips = {
- "something",
- "something else",
- "final thing"
- }
- for i=1, #chrashQuips do -- Very strange name for a table... ok
- print(chrashQuips[i])
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement