Guest Ragnar Posted November 18, 2020 Share Posted November 18, 2020 I mean, every time you go to high hedge you get the first dialogue that brings you to nowhere. How can i stop it from appearing once i've read it once? Quote Link to comment
ABlake Posted November 18, 2020 Share Posted November 18, 2020 Edit his dialog file THALAN.DLG using DLTCEP or Near Infinity. There are a few things you can do depending on exactly what you want. You can make a custom variable, make it so that the dialog line checks if this variable is 0 (Global("ThalantyrDialog","GLOBAL",0), then in the responses you set it to 1 (SetGlobal("ThalantyrDialog","GLOBAL",1). This way this dialog can only happen once. You can also use the condition NumTimesTalkedTo(0), which can only be true if you have never talked to him. Quote Link to comment
Guest Ragnar Posted November 20, 2020 Share Posted November 20, 2020 Thank you a lot! Can i do it via weidu and if so, how would I patch it? Trying to do it to no avail. Quote Link to comment
ABlake Posted November 22, 2020 Share Posted November 22, 2020 I only know how to use Near Infinity or DLTCEP for these fixes. These are easier to me. Quote Link to comment
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.