Erimentha Posted March 5, 2018 Posted March 5, 2018 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. Quote
Roxanne Posted March 5, 2018 Posted March 5, 2018 (edited) 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 March 5, 2018 by Roxanne Quote
Erimentha Posted March 5, 2018 Author Posted March 5, 2018 I checked the required variables for the dialogue and they're true as well. I decided to do a full uninstall-reinstall to see if that would jostle something loose, but no luck. Thank you for your reply! Quote
Recommended Posts
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.