Jump to content

Script help


raverbane

Recommended Posts

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

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 by DrakeTheDragon
Link to comment
Share on other sites

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 by tomm434
Link to comment
Share on other sites

  • Recently Browsing   0 members

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