×
Fallout Wiki
☢  Independent Fallout Wiki Resources  Vault logo

GetLowestRelationshipRank - Actor

Resource:Creation Kit > GetLowestRelationshipRank - Actor


Member of: Resource:Creation Kit/Actor Script

Gets the lowest relationship rank this actor has.

Syntax[edit]

int Function GetLowestRelationshipRank() native

Parameters[edit]

None.

Return Value[edit]

The lowest relationship rank this actor has.

The following values are returned:

  • 4: Lover
  • 3: Ally
  • 2: Confidant
  • 1: Friend
  • 0: Acquaintance
  • -1: Rival
  • -2: Foe
  • -3: Enemy
  • -4: Archnemesis

Examples[edit]

; Get Alice's lowest relationship rank
int worstRelationship = Alice.GetLowestRelationshipRank()

See Also[edit]