Morrowind Mod:Long
The UESPWiki – Your source for The Elder Scrolls since 1995
Long
Long Type: System Example: long LocalVar Scripts:
This is one of the three types of the scripting language. Long variables are signed and can range from -2,147,483,648 to 2,147,483,647. While these are the correct logical ranges, the editor appears to only accept values up to 2,147,483,520.
Although local variables can start with an underscore character (_), this seems to cause strange problems in some functions. Therefore it is recommended that you do not name variables starting with the underscore.