SetPerkFlag

From the Fallout3 GECK Wiki
Revision as of 16:40, 20 March 2017 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets/un-sets the specified flag (determined by <i>flagID</i>) for the specified '''Perk'''. |name = SetPerkFlag |returnType = isFlagSet...")
(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