Bugfix Dialogue Not Triggering Objective & Cosmetic Changes
This commit is contained in:
parent
3ac9bab40b
commit
9a2398d2d1
BIN
EndlessVendetta/Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/ALS_Base_CharacterBP.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/AdvancedLocomotionV4/Blueprints/CharacterLogic/ALS_Base_CharacterBP.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/BountySystem/CP_FinalCheckpoint.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/BountySystem/CP_FinalCheckpoint.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/Dialogue/D_ApartmentBouncer.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/Dialogue/D_ApartmentBouncer.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/Dialogue/D_ApartmentLobbySecurity.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/Dialogue/D_ApartmentLobbySecurity.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/Levels/Apartment_hit.umap
(Stored with Git LFS)
BIN
EndlessVendetta/Content/Levels/Apartment_hit.umap
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/Levels/OpenWorldRework.umap
(Stored with Git LFS)
BIN
EndlessVendetta/Content/Levels/OpenWorldRework.umap
(Stored with Git LFS)
Binary file not shown.
@ -160,7 +160,8 @@ void UAC_PlayerDialogueInterpreter::MakeChoiceDialogue(const int Choice)
|
|||||||
|
|
||||||
void UAC_PlayerDialogueInterpreter::EndDialogue()
|
void UAC_PlayerDialogueInterpreter::EndDialogue()
|
||||||
{
|
{
|
||||||
OnEndDialogue.Broadcast(FText::FromString("Dialogue Ended"));
|
if (IsValid(CurrentTextNode)) OnEndDialogue.Broadcast(CurrentTextNode->Text);
|
||||||
|
else OnEndDialogue.Broadcast(FText());
|
||||||
CurrentChoiceNode = nullptr;
|
CurrentChoiceNode = nullptr;
|
||||||
CurrentTextNode = nullptr;
|
CurrentTextNode = nullptr;
|
||||||
CurrentAddItemNode = nullptr;
|
CurrentAddItemNode = nullptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user