RemovePerk - Actor

Member of: Actor Script

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

SyntaxEdit

Function RemovePerk(Perk akPerk) native

ParametersEdit

  • akPerk: The perk to remove from this actor.

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit