SetMessageFlags
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Sets the flags state of the specified Message form to the specified bitmask.
Syntax
(flagState:int) SetMessageFlags message:ref newState:int
Message Flags:
1 Is Message Box 2 Auto-display
Example
SetMessageFlags AddictionRemovalMsg 2
This will disable the Is Message Box flag, and enable the Auto-display flag for AddictionRemovalMsg.