SetPerkFlag

From the Fallout3 GECK Wiki
Revision as of 02:35, 29 March 2017 by imported>Jazzisparis
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets/un-sets the specified flag (determined by flagID) for the specified Perk.

Syntax

[help]
(isFlagSet:0/1) SetPerkFlag perk:ref flagID:int flagSet:0/1

Perk Flag IDs

0	Is Trait;
1	Is Playable;
2	Is Hidden

Example

SetPerkFlag BloodyMess 2 0

See Also