Rasaad problem
Svar
Member Posts: 157
I don't know if anyone else has had this problem, but I'm almost entirely through SoD and I've had Rasaad in my party from the first moment you can recruit him, but his romance never triggered. Is there something specific I have to do to get it to trigger or is this just a bug?
0
Comments
Did you romance him in BGEE?
Did he mentioned the fact that you were close?
Also, in which point of the game are you?
I would suggest Svar to use C:GetGlobal("romanceactive","global") to check if something is wrong with Rasaad romance. Which is Rasaad romance variable?
Edit : It should work just like windows. Open the .lua in the game folder and add
SetPrivateProfileString('Program Options','Debug Mode','1')
at the end.
From there, you're looking for:
C:GetGlobal("bd_rasaad_romanceactive","GLOBAL")
Let us know what the return value on that is.