Issue displaying the Dialog #321
Unanswered
minterciso
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Are you using a custom |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to display the sample Dialog with the following code (after a time ends):
However, when I get to that point, it basically breaks with the error
Cannot call method 'add_child' on a null value.
. The issue happens on this part of the dialogue_manager.gd:On the
get_tree().current_scene.add_child(balloon)
.Was there anything else I had to do? I don't believe this is the dialog script I created, since I can use it on the sample scene.
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions