Constantly interrupting Imoen!
rossbach451
Member Posts: 168
This one is so annoying. Shortly after reaching the tavern in Saradush, Imoen constantly initiates dialogue. Can't shut her up. Anyone else get this? Attached is my ludicrously modded save.
0
Comments
In more detail, what's happening:
- Imoen is supposed to say something to you when you enter the Saradush tavern. So her script tells her to initiate conversation.
- That "initiate conversation" trigger checks a variable. The intended conversation updates the variable so the conversation doesn't happen again.
- Unfortunately, some other variable is set wrong and Imoen's dialogue chooses a different line, that's supposed to come up somewhere else.
- This new dialogue, naturally, doesn't update the variables that caused dialogue to trigger. Or the ones that make it valid, because it was probably using another system like updating its variables in the triggering script. So everything's still in place, and...
- The next time scripts run, Imoen initiates conversation again, with the same dialogue as before.
Because of the mod-based nature of this bug, the save is insufficient to diagnose the problem. Your mod setup (WeiDU.log) is needed as well, and the content of the dialogue that's coming up would help.
Well, darn it. Not sure what Imoen line is coming up, we have done the vanilla conversations about being a Bhaal-child thus far. Regardless, thanks for looking at this!
So, any suggestions, workarounds? I did try to drop her from the party, but upon returning she went right back to interjecting. Would death/resurrection make a difference?
I will give it a shot!
Damn. Didn't work. Once I got back to the pocket plane and brought her back in, she started the constant conversation.
https://baldurs-gate.de/index.php?resources/stutter-debug-tool.38/
I will give it a shot, but have no experience with Near Infinity. Thanks for weighing in!
Ok, so what pops up is "Running block 109 of IMOE25.bcs" So now do I use Near Infinity to track down this block?
Open NI, open the "bcs" on the left menue, chose imoen25.bcs, and look where the text "Running block 109" etc is displayed in there. (The 109 is NOT referring to the line number.) Paste the script block here.