Background for Skyrim SE
Member of the Actor script
voidfunctionRemovePerk(PerkakPerk)Native

Description

Wiki Description

Removes the specified Perk from this actor.

Documentation Comment

Removes the specified perk from this actor


Caveats

CK Wiki - Notes

This does nothing for NPCs.


Parameters

PerkakPerk

CK Wiki Description

The Perk to remove from this actor.


Examples

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

Auto-Generated Example

Perk myPerk__akPerk

myActor__toCallFunctionOn.RemovePerk(myPerk__akPerk)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.