fishburger67 Posted November 27, 2014 Share Posted November 27, 2014 I am trying to prevent follower NPCs from talking while the PC is in a dialogue with someone else. A function like isDialogMenuOpen which of course does not exist.  Does anyone know if it is possible to determine if the dialog menu is open? IsTalking() on the PC does not work. Link to comment
Sailing Rebel Posted November 27, 2014 Share Posted November 27, 2014 I am trying to prevent follower NPCs from talking while the PC is in a dialogue with someone else. A function like isDialogMenuOpen which of course does not exist.  Does anyone know if it is possible to determine if the dialog menu is open? IsTalking() on the PC does not work.  Try UI.IsMenuOpen("Dialogue Menu")  Details  List of menu names  Hope that helps.  Edit: Just occurred to me that this is about CK conditions rather than scripting. I don't have a solid answer for that other than I got frustrated trying to get that working and moved the condition to a script instead (as detailed above). There really doesn't appear to be a straightforward way to use the dialogue menu as a condition otherwise. Link to comment
fishburger67 Posted December 3, 2014 Author Share Posted December 3, 2014 Thank you kindly. Yes, I was hoping to prevent this with a condition in the dialog option itself. Too bad something like this does not exist. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.