Pocket Plane Group

BG2 Completed Mods => de'Arnise Romance => Topic started by: Yago on August 24, 2010, 02:13:41 PM

Title: Help with Borwood quest
Post by: Yago on August 24, 2010, 02:13:41 PM
I wonder if you could possible help me?
I'm in the middle of the Amulet quest and I can't find Alynder, or to be more precisely he doe not spawn near the Oghma temple at the docks. If I create PGNALALY I only get "Has nothing to say" message -.-. I still got a save game before finding the apprentice in the government district so if I did something wrong I could correct this easily. I'm afraid some variable didn't get set or sth like that.
Kind Regards
Title: Re: Help with Borwood quest
Post by: Yago on August 24, 2010, 07:29:10 PM
Ok, I lazy bastard looked at the code
From AR0300.baf

IF
GlobalGT("PGNaliaQuest","GLOBAL",4)
Global("PGNaliaAlynder","GLOBAL",0)
THEN
RESPONSE #100
CreateCreature("PGNalAly",[2897.1223],0)
SetGlobal("PGNaliaAlynder","GLOBAL",1)
END

I assume if I set the two IF variables Alynder will spawn (and talk). Just wondering will I break something in the romance? (I'm careful here as I had a hard time with mod romances so far and could hardly get any success). As mentioned I'm coming directly from the government district getting the conversation with the apprentice,... just want to make sure I didn't forget one step in the restoration of the amulet so this is the real reason why PGNaliaQuest isn't set to 4.
Kind Regards