Adding values to a dictionary

hi, I was wondering how I could add items to an empty dictionary, for example. I have a dictionary assigned like this: local prices = {}. How would I add values such as: ["MiningRig1"] = 2000 to my dictionary

prices["MiningRig1"] = 2000

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.