Indarello Posted October 28, 2019 Share Posted October 28, 2019 Is it possible to remove unused dialog options?For example I use only "Yes" "No"And I don't need options "Question" "Sarcasm" to pop up Link to comment Share on other sites More sharing options...
capngagi Posted October 28, 2019 Share Posted October 28, 2019 I'd like to know as well. Link to comment Share on other sites More sharing options...
NikaCola Posted October 29, 2019 Share Posted October 29, 2019 Yes! Just add a condition that can't possibly be met to the items you don't want to appear in the dialogue wheel. I personally use "GetIsId -- _EmptyTextureSet" Wherever you put that condition, the dialogue will show up as blank and cannot be selected by the player. Link to comment Share on other sites More sharing options...
Indarello Posted October 30, 2019 Author Share Posted October 30, 2019 Yes! Just add a condition that can't possibly be met to the items you don't want to appear in the dialogue wheel. I personally use "GetIsId -- _EmptyTextureSet" Wherever you put that condition, the dialogue will show up as blank and cannot be selected by the player.Thank you very much Link to comment Share on other sites More sharing options...
DocMoebius Posted October 30, 2019 Share Posted October 30, 2019 (edited) Yes! Just add a condition that can't possibly be met to the items you don't want to appear in the dialogue wheel. I personally use "GetIsId -- _EmptyTextureSet" Wherever you put that condition, the dialogue will show up as blank and cannot be selected by the player.Is that how Bethesda did it too or do all of their dialogues have 4 options? Anyways, thanks for this information. Pretty useful. Edited October 30, 2019 by DocMoebius Link to comment Share on other sites More sharing options...
NikaCola Posted October 30, 2019 Share Posted October 30, 2019 Bethesda always uses four dialogue options. This was my workaround for that, for the times where I didn't need that many. Link to comment Share on other sites More sharing options...
Recommended Posts