ZezGang Posted December 15, 2021 Share Posted December 15, 2021 So im super new to this and managed to make a fully voiced follower with multiple dialogue options but i need the last option so the player can tell the follower to stay home, so when i dismiss him, he stays home and and interacts with stuff, pretty much stay in my house without him leaving. I have no idea how to do it and ive googled a lot but my last option is this forum, so if anyone got an idea on how to do it id apreciate it, or any other way of achieving that, thanks. Link to comment Share on other sites More sharing options...
greyday01 Posted December 16, 2021 Share Posted December 16, 2021 The mod My Home Is Your Home does this. I don't know if the Source folder is included in that mod. If it is you could take a look. Link to comment Share on other sites More sharing options...
Tasheni Posted December 17, 2021 Share Posted December 17, 2021 Use a Global Variable, value 0. Make a sandbox package and set the location to your interior cell.Create dialogue to tell your follower to stay at home. Attach a script end fragment to this dialogue that sets the value of your Global Variable to 1. In the sandbox package use the condition GetGlobalValue, choose your global and set the value to 1. This package should be above your playerfollow package in the stack. Make dialogue to tell your follower to follow you again. Attach a script end fragment to this dialogue that sets the global back to 0. Link to comment Share on other sites More sharing options...
Recommended Posts