You never know who is intruding Aman'lu (...and some people have fun to blow up quest NPCs just to find a vulnerable quest or feature, you know).
So as long as not hired this will protect her, and reverted again by the flick when hired.
However there's something else you should check too in x2_01_drianjul_talk.flick.
if !WhenQuestComplete( x2_p6_surgeon2 )
{
// DRIANJUL MAY JOIN
}
Condensed this is what your flick currently does. But shouldn't you remove the exclamation mark to match your posted intention?
@Darkelf: Thanks, Yoren really needs this, Drianjul not (yet) but it would be safer like this indeed.
@PhoeniX: If you like to take advantage of Darkelf's input, then add the following in actor.gas for Drianjul:
You never know who is intruding Aman'lu (...and some people have fun to blow up quest NPCs just to find a vulnerable quest or feature, you know).So as long as not hired this will protect her, and reverted again by the flick when hired.
However there's something else you should check too in x2_01_drianjul_talk.flick.