- Edited
@TwistedTwigleg I have managed to connect the .JSON file with the Trigger Project so it is almost connected like how I want it to be. But the panel is shown before I press the "Interact" button and it causes an error.
I somehow can't seem to connect the 2 properly using the "Interact" button (The E-key)
Cuz what I said in the post above this one was that the .JSON file of mine uses id
numbers.
This is used so when called, it knows which one to use.
name: is meant for the character I will use the line for
text: is just the normal text
next_id: This means that after the line of text(dialogue) is shown, it will go to the next dialog in line, I myself can make a line which uses the dialogue number 13 for instance and force it to choose that route instead of going +1.
if a -1 stands in the line of next_id it means that the conversation stopped and that there is no further route it can take unless changed by developer
(I wrote this in case you or others didn't know what is being said in the code)
Here is the full code I used for connecting this all up with eachother (If th picture is hard to read let me know or try and right-click the image to see it in other tab)
After all of that I just don't know how to make it skip a page and how to connect the interact button with it
Hopefully this helps because I am very very close right now.
PS:
The #
lines (In the UPDATE UI) were used for the question and answer section but I want to get rid of them and want to use them in a later stage of development.