I'm trying to set up a series of clandestine meetings around Whiterun. So I've got trigger primitives dotted around at likely spots, and they're linked to xmarkers which can serve as the player objectives. The xmarkers then link to another marker, out of line of sight of the player, which is where the NPC will appear if the player is inside the trigger volume at the appropriate time.
So, I've got a dozen triggers, each with a common keyword. I've got a quest that randomly picks a trigger based on the keyword, which works.
And then I'm trying to get the player marker using Linked Ref Child ... and that doesn't
So - anyone got this working? I know it doesn't work if the link has a keyword, and these don't. Are there any other pitfalls?
[edit]
I can probably work around this by getting the area alias, and then following the link chain manually and forcing the alias refs. Once that's done I can bump a stage and set my objective there.
It'd be nice not to have to do that, though.