Page 1 of 1

Achieving an objective by moving an object from one area to another

Posted: Sat Aug 10, 2024 4:57 am
by Jivonte
Hi, Uh Ive been struggling with something, I have a scene where I want a video clip to play after a conversation is done and then the NPC im talking to vanishes, or it could be when I walk into a room i guess, It could make sense for the story either way. Can I ask how I can make this possible with dialogue manager?

Re: Achieving an objective by moving an object from one area to another

Posted: Sat Aug 10, 2024 10:20 am
by Tony Li
Hi,

You can use a scene event:

playVideo.png
playVideo.png (127.11 KiB) Viewed 443 times

There are other ways, too, such as using a sequencer command or C# method, but this is probably the easiest way.

Re: Achieving an objective by moving an object from one area to another

Posted: Sun Aug 11, 2024 10:19 am
by Jivonte
AH right, didnt think of that, thanks!

Re: Achieving an objective by moving an object from one area to another

Posted: Sun Aug 11, 2024 2:06 pm
by Tony Li
Glad to help!