ZoeyKillgore Posted September 10, 2013 Share Posted September 10, 2013 (edited) How do I get an NPC to sit in a chair? how do I keep them there once they are sitting there? Edited September 10, 2013 by ultraguy2989 Link to comment Share on other sites More sharing options...
pkleiss Posted September 10, 2013 Share Posted September 10, 2013 In a word: AI package (okay, that was two words) You need to setup an AI package that uses a specific chair. The NPC will sit as long as the package is running. You can force the package to run indefinitely by setting conditions, like if a variable you set is equal to a specific value. Remember that NPC chose packages from the top down, so put your ahead of any others and just insure that the conditions to run it are specific for your sitting needs. You can probably use a Use Item At or even a Travel package. Link to comment Share on other sites More sharing options...
ZoeyKillgore Posted September 11, 2013 Author Share Posted September 11, 2013 ok thanks, but how do I select the chair? Link to comment Share on other sites More sharing options...
pkleiss Posted September 11, 2013 Share Posted September 11, 2013 The chair must be set as a persistent reference and then you select it as the target of the AI package. Link to comment Share on other sites More sharing options...
Recommended Posts