Guest User

Untitled

a guest
May 21st, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local endResult = {
  2. [1] = {
  3. name="Heavy Leather",
  4. quantity=5,
  5. ...
  6. },
  7. [2] = {
  8. name="Medium Leather",
  9. quantity=105, -- 25 + 80
  10. ...
  11. },
  12. [3] = {
  13. name="Light Leather",
  14. quantity=420, -- 320 + 100
  15. ...
  16. },
  17. }
Add Comment
Please, Sign In to add comment