Jump to content

[LE] How to make a follower stay at your home


ZezGang

Recommended Posts

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...