RemovePerk - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Removes the specified perk from this actor. This function now works on both the player and NPCs.

Syntax[edit | edit source]

Function RemovePerk(Perk akPerk) native

Parameters[edit | edit source]

  • akPerk: The perk to remove from this actor.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Remove the awesome perk from the player
Game.GetPlayer().RemovePerk(AwesomePerk)

See Also[edit | edit source]