https://github.com/code51/dialoguesmith/blob/d4b9b8a56758bf938408f12e6bdae2d6a1290e1c/src/Runtime/CurrentDialogue.cs#L61-L62 How about this instead? ```c# this.variables = tree.variables.data; this.ApplyVariables(variables); ```