TopicInfoSetFlagsHigh
From GECK
A function added by the SUP NVSE Plugin.
Description
Sets or returns High flags of specified Topic Info.
Syntax
(iFlags:int) TopicInfoSetFlagsHigh TopicInfo:form Flags:int
Example
set iFlags to TopicInfoSetFlagsHigh 15Ed5D
Will return flags of specified TopicInfo
TopicInfoSetFlagsHigh 15Ed5D 1
Will set flags to specified TopicInfo
Topic Flags
Flag | Bit | Setting |
---|---|---|
0x1 | 0 | Goodbye |
0x2 | 1 | Random |
0x4 | 2 | Say once |
0x8 | 3 | Run immediately |
0x10 | 4 | Info Refusal |
0x20 | 5 | Random End |
Notes
- Changes made by this functions are not saved within a savegame and persistent throughout the game session.