Jump to content

BG2 Help - Tsujatha Talk Triggers Without Dialogue


Recommended Posts

Hi, all. I've been experiencing a problem with one of Tsujatha's Love Talks (which I think is supposed to be LT40). Basically, when the party rests, Tsujatha and Charname look at each other as if they're about to start talking, Tsujatha's theme music plays, but no dialogue box appears. I've checked the variables and they're not the issue. I'm at a bit of a loss since it seems like the game is trying to start the conversation, but something's preventing the dialogue from appearing. Any advice would be appreciated.

Link to comment

Hi, all. I've been experiencing a problem with one of Tsujatha's Love Talks (which I think is supposed to be LT40). Basically, when the party rests, Tsujatha and Charname look at each other as if they're about to start talking, Tsujatha's theme music plays, but no dialogue box appears. I've checked the variables and they're not the issue. I'm at a bit of a loss since it seems like the game is trying to start the conversation, but something's preventing the dialogue from appearing. Any advice would be appreciated.

You mean the love talk that triggers when Global("TsujathaLoveTalk","LOCALS",40)?

 

Make sure that the other conditions (why the dialogue checks them again after the script already did remains the author's secret as such a thing CAN cause issues?), are true as well:

Global("TsujathaRomanceActive","GLOBAL",2)
Global("TsujathaLoveTalk","LOCALS",40)
Global("TsujathaMatch","GLOBAL",1)
Global("TsujathaNotVirgin","GLOBAL",1)
GlobalTimerExpired("TsujathaLoveTalkTime","GLOBAL")

All of this must be fulfilled, otherwise the guy tries to talk to you but there is no dialogue for it.

 

The coding here is suspicious, because the dialogue file checks for Global("TsujathaNotVirgin","GLOBAL",1) but the script does not, so the script may try to initiate dialogue without checking all conditions first.

Edited by Roxanne
Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...