Background for Fallout 4
Member of the Actor script
voidfunctionFollowerFollow()

Description

Wiki Description

If this actor is running a package based on FollowPlayer template, it will cause him to follow the player.


Caveats


Examples

; Tell Bob to start following the player (if he's running a package based on FollowPlayer template)
Bob.FollowerFollow()

Auto-Generated Example

myActor__toCallFunctionOn.FollowerFollow()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.