SetEffectFlag
Revision as of 09:45, 20 March 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets/un-sets the specified flag (determined by <i>flagID</i>) for the specified '''Actor Effect/Object Effect/Ingestible Item'''. |name...")
< [[::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 Actor Effect/Object Effect/Ingestible Item.
Syntax
(isFlagSet:0/1) SetEffectFlag effectForm:ref flagID:int flagSet:0/1
Actor Effect Flag IDs
0 No Auto-Calc 2 PC Start Effect 4 Area Effect Ignores LOS 5 Script Effect Always Applies 6 Disallow Absorb/Reflect 7 Force Touch Explode
Object Effect Flag IDs
0 No Auto-Calc 2 Hide Effect
Ingestible Item Flag IDs
0 No Auto-Calc 1 Food Item 2 Medicine
Example
SetEffectFlag EnchClothingDuster 2 1