Difference between revisions of "AddPerk"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Henning
imported>Cipscis
(Undo revision 13439 by Pshieldsy19 (Talk))
Line 4: Line 4:
=='''Syntax'''==
=='''Syntax'''==


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


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

Revision as of 16:50, 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 PerkID

Examples

BuddyRef.AddPerk LittleSlugger

Buddy now has the benefits of the little slugger perk.


See Also

RemovePerk

Reference

None provided.