Okay I changed my blueprint a bit. Now It looks like this: Imgur: The magic of the Internet
After running it I got two issues:
Error Blueprint Runtime Error: Accessed None trying to read property K2Node_DynamicCast_AsTop_Down_Character from function: ‘ExecuteUbergraph_NewBlueprint’ from node: Print String in graph: EventGraph in object: NewBlueprint with description: Accessed None trying to read property K2Node_DynamicCast_AsTop_Down_Character
Error Blueprint Runtime Error: Accessed None trying to read property CallFunc_GetAIController_ReturnValue from function: ‘ExecuteUbergraph_NewBlueprint’ from node: Run Behavior Tree in graph: EventGraph in object: NewBlueprint with description: Accessed None trying to read property CallFunc_GetAIController_ReturnValue
Info Play in editor start time for /Game/TopDownBP/Maps/UEDPIE_0_Upstairs -0.243
I think I understand the second one. It means that This Get AI Controller don’t really returning something which would be useful for this blueprint, so that’t the issue, right? what should be connected there then?
Also, this is how the dialogue tree looks like in Play mode: Imgur: The magic of the Internet It means that it is activated but umm… Like a part on the top don’t let it to go lower?