diff --git a/addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.gd b/addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.gd index dce50fa55..7a576eb4c 100644 --- a/addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.gd +++ b/addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.gd @@ -471,7 +471,7 @@ func add_events_indexed(indexed_events:Dictionary) -> void: event_resource = i.duplicate() break - event_resource.from_text(indexed_events[event_idx]) + event_resource._load_from_string(indexed_events[event_idx]) # now create the visual block. deselect_all_items()