Difference between revisions of "AddPerk"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Henning
Line 4: Line 4:
=='''Syntax'''==
=='''Syntax'''==


  [''ActorREF''.]AddPerk ''PerkID''
  [''ActorREF''.]AddPerk ''invincible


=='''Examples'''==
=='''Examples'''==

Revision as of 10:48, 8 March 2009

Description

AddPerk Adds a perk to a Character. It is called on a reference and the parameter is the perk to add.

Syntax

[ActorREF.]AddPerk invincible

Examples

BuddyRef.AddPerk LittleSlugger

Buddy now has the benefits of the little slugger perk.


See Also

RemovePerk

Reference

None provided.