Multi-Line Dialogue Issue #174
iaptekarev33
started this conversation in
General
Replies: 1 comment 1 reply
-
So I deleted the plugin and re-added it and now the first line looks fine as before, and the second line displays, however it appears as the example balloon and not my custom balloon. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Nathan, here is the code copied from my youtube comment regarding displaying multiple lines of code. I can provide more info if you need it. My guess is I am misunderstanding how unhandled input is used, but maybe there is a better method to do this? Thank you so much for your help!
I am having some trouble with implementing multiple lines of dialogue in Godot 3.5.
My dialogue looks like this:
~ spider
Spider: I am a spider
Spider: Second Line
The player interacts with the NPC like this ("key" is an attribute that the NPCs have which corresponds to a dialogue title):
The player dialogue signal initiates this function in the game scene which should create the dialogue balloon. This works for the first line of dialogue, but for the second line the balloon comes up but there is no text
Any tips?? I really appreciate your help!!
Beta Was this translation helpful? Give feedback.
All reactions