Morrowind Mod:Mod File Format/GLOB
The UESPWiki – Your source for The Elder Scrolls since 1995
GLOB records contain information on Global Variables. Global variables are used by scripts. Data in a global variable is required by multiple scripts.
C | Field | Type/Size | Info |
---|---|---|---|
+ | NAME | zstring | Name of the global variable. |
+ | FNAM | char | Field type (s = short, l = long, f = float) |
+ | FLTV | float32 | Value
|