RemovePerk - Actor
Revision as of 15:20, 15 February 2013 by imported>Cdcooley
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)