end sequence
This commit is contained in:
@ -142,6 +142,7 @@ FString ANPC::GetDialogue_Zyxel(int index, bool Left)
|
||||
ret = ZyxelState2_0[NPC_CurrentIndexLeft];
|
||||
if (NPC_CurrentIndexLeft < ZyxelState2_0.Num() - 1)
|
||||
NPC_CurrentIndexLeft++;
|
||||
EndGame = true;
|
||||
}
|
||||
else if (index == 2 && !Left) {
|
||||
ret = ZyxelState2_1[NPC_CurrentIndexRight];
|
||||
|
@ -78,6 +78,8 @@ public:
|
||||
UPROPERTY(BlueprintReadWrite, EditAnywhere)
|
||||
bool Naioli_State2_Trigger_Naioli_1 = false;
|
||||
|
||||
UPROPERTY(BlueprintReadWrite, EditAnywhere)
|
||||
bool EndGame = false;
|
||||
|
||||
TArray<FString> ZyxelState0_0;
|
||||
TArray<FString> ZyxelState0_1;
|
||||
|
Reference in New Issue
Block a user