Morrowind Mod:Mod File Format/SCPT
The UESPWiki – Your source for The Elder Scrolls since 1995
SCPT records contain information about scripts.
C | Field | Type/Size | Info |
---|---|---|---|
+ | SCHD | struct (52 bytes) |
Script header
|
- | SCVR | zstring[varCount] | List of all the local script variables separated by NULL characters (varCount = NumShorts + NumLongs + NumFloats from SCHD) |
- | SCDT | uint8[ScriptDataSize] | The compiled script data |
- | SCTX | string | Script text |