Issue with choices
#1791
-
For Godot 4, im trying to place choices in the timeline and am getting the yellow triangle "this event needs a specific parent event", I have not found any information in the documentation that can help me. Can anyone give me a idea of what im supposed to do? |
Beta Was this translation helpful? Give feedback.
Answered by
CakeVR
Oct 8, 2023
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Jowan-Spooner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is an example on how you can do Choices in Dialogic 2:
The text editor will show this:
If I would have to guess, your problem is caused by adding a Choice Event and then Dialogic 2 selected that added Event.
When it tried to add another Choice Event, it attempted to nest the Choice Event inside the now selected Event.