Hi
My expectation is that in different nodes, different scene events will be triggered, and they should only be triggered when the conversation reaches this node, but I find that they seem to be triggered simultaneously?
As shown in the picture, the two scene skills placed on the two dialogue nodes were triggered together in the second node in the actual game.
Scene events in different dialogue nodes are triggered at the same time
Scene events in different dialogue nodes are triggered at the same time
- Attachments
-
- 截屏2024-12-18 04.51.11.png (302.6 KiB) Viewed 480 times
-
- 截屏2024-12-18 04.51.03.png (288.59 KiB) Viewed 480 times
Re: Scene events in different dialogue nodes are triggered at the same time
I'm sure there are more precise controls, but I don't know how... maybe sequence?
Re: Scene events in different dialogue nodes are triggered at the same time
Hi,
A dialogue entry node's scene event runs as soon as that dialogue entry node is displayed. Is it possible that you InitPcCards() method is waiting for some reason?
You could write a custom sequencer command that calls InitPcCards(), but I think it might have the same issue.
A dialogue entry node's scene event runs as soon as that dialogue entry node is displayed. Is it possible that you InitPcCards() method is waiting for some reason?
You could write a custom sequencer command that calls InitPcCards(), but I think it might have the same issue.