rons0n Posted November 18, 2015 Share Posted November 18, 2015 (edited) So a long long long time ago I've created a few characters that were able to craft Allies to assist in battle. Well with the caves update my followers would rather stay where the sun shines rather than go underground with me. To be blunt I don't even know how to attempt this one, if anyone can tell me how can I make my followers follow me underground and when i exit that'll be appreciated. [Edit: Thanks Squiggle for moving the thread!] Heres the file of one of my characters with this situation: Saberlion.zip Edited November 18, 2015 by rons0n Link to comment https://forums.kleientertainment.com/forums/topic/59176-i-want-my-followers-to-come-underground/ Share on other sites More sharing options...
Kooky Posted November 21, 2015 Share Posted November 21, 2015 I'm trying to figure out the line of code to add in as well for the Chest Family. Wanna team up and we work on this together? Im good at making sense of code but not figuring out problems or putting code together. That was my buddy's job but now that Fallout 4 is released, he's MIA. Link to comment https://forums.kleientertainment.com/forums/topic/59176-i-want-my-followers-to-come-underground/#findComment-687739 Share on other sites More sharing options...
Kzisor Posted November 24, 2015 Share Posted November 24, 2015 I'm trying to figure out the line of code to add in as well for the Chest Family. Wanna team up and we work on this together? Im good at making sense of code but not figuring out problems or putting code together. That was my buddy's job but now that Fallout 4 is released, he's MIA.Here is the code you will need to look at to make it work: function WorldMigrator:Activate(doer) print("Activating portal "..self.id.." to "..(self.linkedWorld or "<nil>")) if self.linkedWorld == nil then -- TODO --if not doer.admin then print("NOT ADMIN")return end -- ui popup -- inst.destWorldId = ??? return false, "NODESTINATION" end self.inst:PushEvent("migration_activate") TheWorld:PushEvent("ms_playerdespawnandmigrate", { player = doer, portalid = self.id, worldid = self.linkedWorld }) return trueend Link to comment https://forums.kleientertainment.com/forums/topic/59176-i-want-my-followers-to-come-underground/#findComment-688347 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now