Page 2 of 2
Re: Facing wrong direction
Posted: Sun Mar 06, 2022 4:32 pm
by hrohibil
Thanks Toni.
I will
What when the conversation is over, the NPC did not return to previous orientation??
Re: Facing wrong direction
Posted: Sun Mar 06, 2022 6:56 pm
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.