~ start
Nathan: [[Hi|Hello|Howdy]], this is some dialogue.
Nathan: Here are some choices.
- First one
Nathan: You picked the first one.
- Second one
Nathan: You picked the second one.
- Start again => start
- End the conversation => END
Nathan: For more information see the online documentation.
=> END
Is there any way that when I select the option "- Start again => start" it scrolls to the start?
Since it repeats the dialog at the bottom again.
I want it to make a jump to the start and not repeat it.
This awesome! Exactly what I'm interested in at the moment. I just downloaded the zips and gave both the gdscript and the dotnet version a try. The gdscript version worked as expected but the the dotnet code glitched. In the dotnet code, entering "pizza" is ignored and when you enter a "5" this also is ignored and a "0" is registered as the input. I am guessing there is a simple fix.
← Return to asset pack
Comments
Log in with itch.io to leave a comment.
I am using the default example.
Is there any way that when I select the option "- Start again => start" it scrolls to the start?
Since it repeats the dialog at the bottom again.
I want it to make a jump to the start and not repeat it.
is there a way to just get the code and not the assets without paying
The code is the asset. It’s an example project.
This awesome! Exactly what I'm interested in at the moment. I just downloaded the zips and gave both the gdscript and the dotnet version a try. The gdscript version worked as expected but the the dotnet code glitched. In the dotnet code, entering "pizza" is ignored and when you enter a "5" this also is ignored and a "0" is registered as the input. I am guessing there is a simple fix.
I’ve just uploaded a new copy of the C# project that should fix that issue.
I tried the new copy of the C# project that you uploaded and it works as expected. Thanks very much for your quick response!