So I am trying to capture a list of items in a store and then store it myself in a table.
I got the capture going, and it now captures 'name' for the item name, 'type' for the item type and 'amount' which is a number of the amount, i.e. name = 'sword', type = 'weapon' and amount = '3'.
I want to add that to an array so I can have this capture all the items in the store into that array, how would I do that?
Also, how can I have it later do something list 'list sword' and it will list everything that matched sword?
THank you.
I got the capture going, and it now captures 'name' for the item name, 'type' for the item type and 'amount' which is a number of the amount, i.e. name = 'sword', type = 'weapon' and amount = '3'.
I want to add that to an array so I can have this capture all the items in the store into that array, how would I do that?
Also, how can I have it later do something list 'list sword' and it will list everything that matched sword?
THank you.