
[Mask/Darean.d] parsed Processing 1 dialogues/scripts ... Adding DAREAN to internal list of available DLGs ERROR: Cannot resolve external symbolic label [ED1] for DLG [LAYNEI] ERROR: Cannot postprocess DAREAN ERROR: problem processing D files: Failure("cannot resolve label") ERROR Installing [Mask], rolling back to previous state
This part of the dialog takes part between two NPCs, one of them in the party. Here are the dialog-lines:
BEGIN Darean IF ~InParty("Layne") NumTimesTalkedTo(0)~ THEN BEGIN 1 SAY ~Now look who came back to daylight.~ IF ~~ THEN EXTERN ~LayneI~ ED1 END IF ~~ THEN BEGIN 2 SAY ~Yes, I can see your new companions...~ IF ~~ THEN GOTO 3 END
Then the in-party NPC...
BEGIN LayneI //Encounter Darean IF ~~ THEN BEGIN ED1 SAY ~Save me your boasting, Darean. I'm not alone anymore, so leave.~ IF ~~ THEN EXTERN ~Darean~ 2 END
I'm sure this is a very stupid mistake but I stared at the files for about two hours now, and I have no clue

I would be very thankful for any help.