raverbane Posted March 27, 2015 Share Posted March 27, 2015 Need a little help with a script. Working on a custom follower and just need a script that will have the follower teleport back to the player if they get more then 40 yards away. Any help would be appreciated! Link to comment Share on other sites More sharing options...
DrakeTheDragon Posted March 27, 2015 Share Posted March 27, 2015 (edited) As this is the "General" Mod Author Discussion forum, it might help either posting in the right one instead or telling which game you're talking of.There's roughly 140 to choose from, and the entire Elder Scrolls and Fallout series are only the beginning of games you can mod followers in I bet.It appears it got moved to NV now after you told the game's name. So my above post makes no sense anymore. Edited March 27, 2015 by DrakeTheDragon Link to comment Share on other sites More sharing options...
raverbane Posted March 27, 2015 Author Share Posted March 27, 2015 Whoops, sorry. This is for Fallout New Vegas. Link to comment Share on other sites More sharing options...
tomm434 Posted March 27, 2015 Share Posted March 27, 2015 (edited) You need gamemode script. Use quest with default (5 second delay) ScriptName MyTeleportQuestScript begin gamemode if FollowerRef.GetDistance PlayerRef > 4000 ; FollowerRef is the reference of your follower FollowerRef.MoveTo PlayerRef endif end Edited March 27, 2015 by tomm434 Link to comment Share on other sites More sharing options...
raverbane Posted March 27, 2015 Author Share Posted March 27, 2015 Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts