If you're still struggling with the clunky vanilla dialogue boxes in Skyrim, you need to try EZ2C Dialogue Menu . It’s an essential utility mod that fixes common selection bugs and lets you make the menu your own.

: The mod provides distinct color coding to differentiate between new dialogue options (white) and those previously selected (grey), similar to classic RPG systems.

Function Display_EZ2C_Menu(dialogueNode): Set menuOpacity = 0.85 Set optionSpacing = "equal_radial" For each option in dialogueNode.options: option.icon = FetchToneIcon(option.tone) option.previewText = Truncate(option.fullText, 40) + "..." End For Sort options by userHistory.probability (descending) Render radial menu at 60% screen height Highlight defaultOption = options[0] End Function