Reply To: [DialogTree] Accessing actors on Multiple Choice Node

Forums 💬 NodeCanvas ⚙️ Support [DialogTree] Accessing actors on Multiple Choice Node Reply To: [DialogTree] Accessing actors on Multiple Choice Node

#17961
Gavalakis
Keymaster

    Hey,

    Indeed the MultipleChoiceRequestInfo does not contain the IDialogueActor that is selected in the node. I just added this now.
    If you want to add it as well, please make the following changes:

    1) In MultipleChoiceNode.cs, change line #70 to the following:

    2) In DialogueEventArguments.cs, change class MultipleChoiceRequestInfo to the following:

    Let me know if that works for you.
    Thanks!