Found this
Taken from the BG2 Romancing Guide by Extremist with help from Slappy.:
CharacterActiveRomance
This is major romance variable. It shows the current romance state and you should always check it if things seem to be going wrong. It can be accessed with the following commands (i.e. for Aerie):
CLUAConsole:GetGlobal("AerieRomanceActive","GLOBAL") – to find out what value it has.
CLUAConsole:SetGlobal("AerieRomanceActive","GLOBAL",XX) – to manually set the value.
Change the variable name to Jaheira, Viconia or Anomen for their values.
Possible values of this variable (XX) are:
0 – romance was never started,
1 – romance is progressing,
2 – romance lives, NPC is finally in love with you,
3 – romance is dead for good.
__________________________________________________ _______
So what you can do is:
CLUAConsole:SetGlobal("JaheiraRomanceActive","GLOBAL",0)
to reset the romance from the beginning
and then
CLUAConsole:AdvanceRealTime(7200)
to start speeding up the dialogues.
I dont know how will it affect special Harper quests though. So make a save before trying
__________________
ZFR
|