MakePlayerFriend - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Convenience function that makes the actor a friend of the player, if allowed.

Syntax[edit | edit source]

Function MakePlayerFriend()

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Make Bob a friend of the player
Bob.MakePlayerFriend()

Notes[edit | edit source]

  • If the actor is unique and relationship rank with player = 0, raises it to 1. Otherwise does nothing.

See Also[edit | edit source]