savagegreywolf Posted November 18, 2015 Share Posted November 18, 2015 A few things that the GECK tutorial doesn't come close to covering: How can I make a NPC not appear until a certain point in a quest has been completed? Is there a way to make a NPC not appear in a location if the player is not alone? Can I make a NPC only show up at a certain time of day, like, showing up at 5pm and leaving at 7pm? Link to comment Share on other sites More sharing options...
Ladez Posted November 20, 2015 Share Posted November 20, 2015 All can be achieved with triggers. First you need to learn to create primitives, if you haven't already. When doing so, you will need to create a new activator base object and attach a script to it using an OnTriggerEnter block. You may also want to look into AI packages, which you can use to add more advanced behaviour to NPCs, such as going to sleep at night, eating in the morning, working during the day, etc. Link to comment Share on other sites More sharing options...
Recommended Posts