-
I'm trying to use the addon for the first time, but I get the error "Trying to assign value of type 'Nil' to a variable of type 'String'." on line 97 "if dialogic.has_subsystem("Styles"): |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Please provide additional information. What exact Dialogic 2 and Godot version are you using? |
Beta Was this translation helpful? Give feedback.
-
I'm using godot 4.5 and Dialogic 2.0 Alpha 18. This error happens when I press a button I did to start the timeline ![]() |
Beta Was this translation helpful? Give feedback.
-
You must use |
Beta Was this translation helpful? Give feedback.
-
Thank u |
Beta Was this translation helpful? Give feedback.
You must use
Dialogic.start
, it will create the Dialogic style if none exists.