ID:157360
 
I have a list of stats and I'm wondering how to read a specific one. It's list(Strength = 10, etc. etc.)

So how do I read a specific one?
list["Strength"] will output 10
In response to Emasym
OK thanks.