We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78750a commit 993c7e3Copy full SHA for 993c7e3
addons/dialogic/Documentation/Content/Tutorials/BeginnersGuideStepByStep.md
@@ -101,10 +101,10 @@ You can add dialogue trees - in the form of Dialog nodes - by one of two ways: g
101
### | Instancing the scene using gdscript
102
Using the `Dialogic` class, you can add dialogue trees from code easily:
103
104
-`
+```gdscript
105
var new_dialog = Dialogic.start('Your Timeline Name Here')
106
add_child(new_dialog)
107
+```
108
109
### | Instancing the scene using the editor
110
Using the editor, you can drag and drop the scene located at `/addons/dialogic/Dialog.tscn` and set the current timeline via the inspector.
0 commit comments