MakePlayerFriend - Actor
From Creation Kit
Member of: Actor Script
Convenience function that makes the actor a friend of the player, if allowed.
Contents |
Syntax
Function MakePlayerFriend()
Parameters
None.
Return Value
None.
Examples
; Make Bob a friend of the player Bob.MakePlayerFriend()
Notes
- If the actor is unique and relationship rank with player = 0, raises it to 1. Otherwise does nothing.

