I am Stuck in 1 quest, If you can help me please i would apreciate.
Quest 1:
I allready setup a trigger, OnTriggerEnter, to start Quest 1.
Objectives:
Objective 10: talk to Target Alias1
Objective 20 : talk to another Target Alias2
Objective 30: talk to another Target Alias3
Objective 40: talk to another Target Alias4
Stage 10:
SetObjectiveDisplayed(10)
SetObjectiveDisplayed(20)
SetObjectiveDisplayed(30)
SetObjectiveDisplayed(40)
Now everything is working properly, after I enter the trigger, Quest 1 starts and get stage 10. and displays for me on the screen and the journal all 4 objectives.
I have allready made a dialogue for each of all 4 npcs, and called "Quest 1" after dialogue ends
Quest1Property.SetObjectiveCompleted(10) in the quest dialogueviews for Alias1
Quest1Property.SetObjectiveCompleted(20) in the quest dialogue for Alias2
Quest1Property.SetObjectiveCompleted(30) in the quest dialogue for Alias3
Quest1Property.SetObjectiveCompleted(40) in the quest dialogue for Alias4
so far everything working good, all 4 objectives are completed in Quest1 after i talk to them.
now since i did not set stages by order so player can talk to any npc in any order, how do i get quest 1 completed after that ?