Facing wrong direction

Announcements, support questions, and discussion for the Dialogue System.
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

Re: Facing wrong direction

Post by hrohibil »

Thanks Toni.
I will


What when the conversation is over, the NPC did not return to previous orientation??
User avatar
Tony Li
Posts: 21721
Joined: Thu Jul 18, 2013 1:27 pm

Re: Facing wrong direction

Post by Tony Li »

There's no specific sequencer command to make the NPC return to its previous position. You could write a custom command or use MoveTo() to move the NPC to a specific position. However, if the NPC is controlled by some kind of AI, the AI should probably handle the NPC's movement when the conversation ends.
Post Reply