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
Examples
; Remove the awesome perk from the player
Game.GetPlayer().RemovePerk(AwesomePerk)Auto-Generated Example
Perk myPerk__akPerk
myActor__toCallFunctionOn.RemovePerk(myPerk__akPerk)