Search found 8 matches
- Mon Oct 31, 2022 11:38 am
- Forum: Dialogue System for Unity
- Topic: Creating a one-frame sequence that also works like the None() sequence.
- Replies: 11
- Views: 475
Re: Creating a one-frame sequence that also works like the None() sequence.
Have been trying some different configurations, but am still trying to reproduce the setup used by us in a clean project. In the meantime, I can relay that RandomizeNextEntry() has a hard time being used with the None() node too, which causes it to be a text field that gets shown even if there is no...
- Fri Oct 28, 2022 10:16 am
- Forum: Dialogue System for Unity
- Topic: Creating a one-frame sequence that also works like the None() sequence.
- Replies: 11
- Views: 475
Re: Creating a one-frame sequence that also works like the None() sequence.
We don't use that many PC nodes, they are mostly NPC ones. The place that I seem to always get an empty dialogue seems to be if I jump before any text has been shown.
- Fri Oct 28, 2022 9:15 am
- Forum: Dialogue System for Unity
- Topic: Creating a one-frame sequence that also works like the None() sequence.
- Replies: 11
- Views: 475
Re: Creating a one-frame sequence that also works like the None() sequence.
Might be possible, but it would take some time cleaning out what I can send from what I can't. In the meantime, do you have any other advice?
- Fri Oct 28, 2022 8:30 am
- Forum: Dialogue System for Unity
- Topic: Creating a one-frame sequence that also works like the None() sequence.
- Replies: 11
- Views: 475
Re: Creating a one-frame sequence that also works like the None() sequence.
Tested both with and without dialogue text in the node where I use Goto(). It seems like the chat box opens either way but if there isn't any text it just sits empty for a while, and if there is any text in that node it writes it out before moving on to the jump location.
- Fri Oct 28, 2022 3:52 am
- Forum: Dialogue System for Unity
- Topic: Creating a one-frame sequence that also works like the None() sequence.
- Replies: 11
- Views: 475
Re: Creating a one-frame sequence that also works like the None() sequence.
As per the thread that I linked, direct lua scripts used in the dialogue node that wants to jump away doesn't work for some reason. It seems to jump away for one message, but returns to the original conversation after one message. This problem was also seen with using a scriptable object event in th...
- Thu Oct 27, 2022 10:06 am
- Forum: Dialogue System for Unity
- Topic: Creating a one-frame sequence that also works like the None() sequence.
- Replies: 11
- Views: 475
Creating a one-frame sequence that also works like the None() sequence.
Hi! I'm using a sequence to jump between databases at runtime, and it mostly works except for the fact that an empty dialogue panel is showing up during the jumps. I've tried using my sequence in combination with others like Continue() and HidePanel(0) to try and make the Dialogue System skip showin...
- Wed Sep 14, 2022 2:23 am
- Forum: Dialogue System for Unity
- Topic: LinkTo missing after Merging Databases
- Replies: 9
- Views: 447
Re: LinkTo missing after Merging Databases
Thanks for the proposed solution! I found that if I call the code I used above directly in a script Lua field, it only shows the field that I want to jump to, and then keeps running the previous dialogue. The same thing happened if I used a scene-independent event that called the code through a scri...
- Tue Sep 13, 2022 2:54 am
- Forum: Dialogue System for Unity
- Topic: LinkTo missing after Merging Databases
- Replies: 9
- Views: 447
Re: LinkTo missing after Merging Databases
Hi, colleague of Tom here. We've tried both the paths given in the other thread, and while the first hacky link-to path works, the setup cost and the fact that the cross-database links break every time you need to use the Unique ID Tool makes it a no-go. The second method of calling another database...