SetMessageFlags

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Sets the flags state of the specified Message form to the specified bitmask.

Syntax

[help]
(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.

See Also