I want to use the list class since it can contain generic informations…
Such as referring the character stas base on their names, types, etc…
Question is, what and how many value can i put in the dictionary?
Is it possible for me to associate integers and strings to it, so i can have each character their own set of conversations and assorted by their level?
Or must i elaborate each of them in separate classes? Thank you.