extends RichTextLabel var storyteller func update_dialog(dict): set_text(tr(dict['line'])) func _ready(): add_to_group("dialog_box")