How can i get an npc to move near the pc during dialog?
This is my code currently
Code:
location lMe=GetLocation(GetFirstPC());
ActionDoCommand(SetCommandable(TRUE,oNPC));
AssignCommand (oNPC,ActionForceMoveToLocation(lMe,FALSE));
It works, but he ends up
inside the pc, not near him. This is for k1.