I want more information on filling chests ith items(sword,armour,bow) randomly.
I wish to do this with a table called items made up on tables for each item like this
function chest_setup() (here the tables of each item) end function bow_setup() b={} b.range=3 b.arrows=5 end |
This with all the items
How would I do this?
Any help will be mostly appreciated
[Please log in to post a comment]