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

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Jivonte
Posts: 11
Joined: Thu Aug 08, 2024 6:04 pm

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

Post 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?
User avatar
Tony Li
Posts: 22107
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

Hi,

You can use a scene event:

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

There are other ways, too, such as using a sequencer command or C# method, but this is probably the easiest way.
Jivonte
Posts: 11
Joined: Thu Aug 08, 2024 6:04 pm

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

Post by Jivonte »

AH right, didnt think of that, thanks!
User avatar
Tony Li
Posts: 22107
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

Glad to help!
Post Reply