01Kevin03 Posted December 5, 2022 Share Posted December 5, 2022 Hello, I would like to know how to assign a NPC to a chair for example to sit. I make Linked ref to a chair but in the game the NPC doesn't move and is not sitting Thanks for your help! Link to comment Share on other sites More sharing options...
pepperman35 Posted December 5, 2022 Share Posted December 5, 2022 First, make sure the area has a proper navmesh and that the chair is a furniture object that an NPC can use. Next, read up on packages. Packages are the main way in which you can control an Actor's behavior. Each Package represents a behavior that the Actor will perform under certain conditions. In the CreationKit, take a look at DefaultSitLinkCustom01NoEating and DefaultSitLinkCustom01AllowEating to get you started. Link to comment Share on other sites More sharing options...
Recommended Posts