silhouett Posted August 10, 2012 Share Posted August 10, 2012 (edited) I created a mod that has a follower. The mod is coming along good. I added an option for my follower to head home should the player have a home. The way it works is it makes a package running on the Alias supersede the normal package. the package currently sees what key the player has and sends them to the right location. the problem is I can not pick inside the home as the location or the follower wont go to the location. My assumption is that they can not get there from here. If I change the location to the outside door the package works fine. I know when the player gets married in the game that follower can enter the players home. I want to know two things... is there a way to refer to the players home if they indeed purchased one, a variable or something. and most important what do I need to do to my follower to make them have access to the players home? Thanks in advance Edited August 10, 2012 by silhouett Link to comment Share on other sites More sharing options...
KnightRangersGuild Posted November 12, 2012 Share Posted November 12, 2012 I created a mod that has a follower. The mod is coming along good. I added an option for my follower to head home should the player have a home. The way it works is it makes a package running on the Alias supersede the normal package. the package currently sees what key the player has and sends them to the right location. the problem is I can not pick inside the home as the location or the follower wont go to the location. My assumption is that they can not get there from here. If I change the location to the outside door the package works fine. I know when the player gets married in the game that follower can enter the players home. I want to know two things... is there a way to refer to the players home if they indeed purchased one, a variable or something. and most important what do I need to do to my follower to make them have access to the players home? Thanks in advanceThe player home has to be navmeshed. But this to me sounds like it could be a Package order problem. Main package has to be on top. Link to comment Share on other sites More sharing options...
Recommended Posts