# text\_dialog\_chooser.gd **Extends:** [ESCDialogOptionsChooser](../ESCDialogOptionsChooser) < [Node](../Node) ## Description A simple dialog chooser that shows selectable lines of text Supports timeout and avatar display ## Property Descriptions ### color\_normal ```gdscript export var color_normal = "1,1,1,1" ``` ### color\_hover ```gdscript export var color_hover = "165,42,42,1" ``` ### font ```gdscript export var font = "[Object:null]" ``` ## Method Descriptions ### show\_chooser ```gdscript func show_chooser() ``` Show the chooser ### hide\_chooser ```gdscript func hide_chooser() ``` Hide the chooser