diff --git a/Assets/Scripts/DialogueSystem/CharacterData.cs b/Assets/Scripts/DialogueSystem/CharacterData.cs index c366c87..508db3b 100644 --- a/Assets/Scripts/DialogueSystem/CharacterData.cs +++ b/Assets/Scripts/DialogueSystem/CharacterData.cs @@ -11,6 +11,7 @@ public class CharacterData : ScriptableObject public int m_strength; public int m_dexterity; public int m_intelligence; + public int m_money; // Note - the index of the dialogue will control what question it is linked too. public List m_dialogueOptions;