Reply To: Passing information between Dialogue Tree and Scene

Forums 💬 NodeCanvas 🗨️ General Discussion Passing information between Dialogue Tree and Scene Reply To: Passing information between Dialogue Tree and Scene

#13789
cgraf062491
Participant

    Here is my action task. I have a separate method to EndAction that I want to call in a different script that looks like this.

    I keep getting that Null reference exception, so I guess my question is, how do I reference the action I want to end, if EndAction() only takes a bool?