It doesn't work. I trigger the dialogue that triggers the journal that triggers the function (that SHOULD trigger the quest), but the quest doesn't trigger.
Here's the function code:
function TESTAttackDarkwaterCrossing() DBRAttacksEnabled.SetValue(1) ;Message1.Show() DBRAttackLocationWord.SendStoryEvent(DarkwaterCrossingLocation)EndFunction
(properties and such are assuredly set up correctly).
The quest is definitely set up as a Script Event, and I have it in the story manager under script events, with the keyword data properly set. But it doesn't work. I use my test dialogue, and I know that the function that should be sending the command is firing (the Message up above triggers), thus, the command should be being fired.
Anyone have any clue?
