08-23-2020, 08:05 AM
Hey!
After the first part of Gabriel's plot, she should push you through the portal. Then, she should meet her again ar AR1514 (the point on the map: 598.636), lying on the ground. However, I am pretty sure there were some points in the game, where she would leave for good if the romance wasn't successful. I thought that's one of such places, but I can't find the script and it's been almost 10 years since I wrote this mod so... my coding was much less predictable so I might have put that script/action in some weird place...
Anyway, if you want to investigate the matter, we can check where exactly something went wrong. I presume (from looking at the WeiDU log) that you're using old BG2... use CLUAConsole command or ShadowKeeper to check variables - give me the number for each X below:
Global("YvetteRomanceActive","GLOBAL",X)
Global("YvetteRomanceTalk","GLOBAL",X)
Global("YvetteSpellhold","GLOBAL",X)
Global("YvetteSpellhold2","GLOBAL",X)
Thank you for your kind words. I remember Yvette was one of my... quite ambitious projects. I suppose it's also why it was always so damn hard do control or debug...
After the first part of Gabriel's plot, she should push you through the portal. Then, she should meet her again ar AR1514 (the point on the map: 598.636), lying on the ground. However, I am pretty sure there were some points in the game, where she would leave for good if the romance wasn't successful. I thought that's one of such places, but I can't find the script and it's been almost 10 years since I wrote this mod so... my coding was much less predictable so I might have put that script/action in some weird place...
Anyway, if you want to investigate the matter, we can check where exactly something went wrong. I presume (from looking at the WeiDU log) that you're using old BG2... use CLUAConsole command or ShadowKeeper to check variables - give me the number for each X below:
Global("YvetteRomanceActive","GLOBAL",X)
Global("YvetteRomanceTalk","GLOBAL",X)
Global("YvetteSpellhold","GLOBAL",X)
Global("YvetteSpellhold2","GLOBAL",X)
Thank you for your kind words. I remember Yvette was one of my... quite ambitious projects. I suppose it's also why it was always so damn hard do control or debug...

