Jump to content

Recommended Posts

Posted
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!

Posted

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...