Something's wrong with my quest, I'm not sure what but it's no longer firing properly.
This no longer enables the npc:
SetObjectiveDisplayed(10)Alias_Enemy.GetReference().Enable()
This doesn't show the journal information:
SetObjectiveCompleted(10);20,30,40 etc as wellSetObjectiveDisplayed(20)
It sets the objective to 20, but the information is empty.
The dialogue that causes these to fire is, the property is filled of course.
AceQuest.SetObjectiveDisplayed(10)AceQuest.SetStage(10)
Any ideas?