Make sure it's installed in your Mods folder and that you have the latest version. All .ts4script files must be no more than one folder deep inside your Mods folder, as shown below.
Mods/MyModFolder/MyMod.ts4scriptMods/MyModFolder/AnotherFolder/MyMod.ts4script
🌐 Requires Lot 51's Core Library
📁 Requires midnitetech_modlibrary
What's changing?
What is a script library?
A script library is a shared collection of code that multiple mods can use. Rather than every mod including the same scripting, they all reference one library, making downloads smaller, reducing duplicate files, and allowing bug fixes and new features to be updated in one place.