donotbugme Posted April 28, 2015 Posted April 28, 2015 I'm trying to edit the world interactions under quest dialogue so that my custom npcs don't constantly harass the player about being naked after they've just been stripped, preventing them talking other such nonsense is also a plus, I've looked around the creation kit and haven't been able to find anything that looks like it would sort it out. I've found the panel where I can set dialogue conditions, setting another condition DoesNotBelongToModFaction would be an obvious attempt but this seems like a dirty hack. What is the recommended way that I can set it such that my mod npcs don't spout world interaction, the most obvious solution would be to use something like "GetAllowWorldInteractions" for that npc and set it false, problem is I just have no idea how to set that. Can someone give me a pointer on where I can find something, doesn't have to be GetAllowWorldInteraction, any way to get this to work would be fantastic
Veladarius Posted April 28, 2015 Posted April 28, 2015 You can make a custom Voice Type for them and the last condition there should exclude it but it will also likely exclude other default commentary.
donotbugme Posted April 28, 2015 Author Posted April 28, 2015 This seems to have done the trick, I'll keep playing with this to see if I want to keep as such or if theres a way to control it more finely, its just a little uncanny to have completely mute npcs apart from when the player is talking to them but at least theres no ridiculous comments every five seconds.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.