Skyrim Creation Kit Scripts.zip -
Int Property MinItems = 1 Auto Minimum number of magic items
Whether you're making a simple "Hello World" message box or a massive quest expansion, having your source scripts organized is the first step toward a stable, functional mod. skyrim creation kit scripts.zip
The scripts within skyrim creation kit scripts.zip serve as a starting point for a wide range of modding projects. For instance: Int Property MinItems = 1 Auto Minimum number
; Add extra enchantment chance (25%) If Utility.RandomInt(1, 100) <= 25 Form ExtraEnchantedItem = MagicLootList.GetLeveledActorBase() Self.AddItem(ExtraEnchantedItem, 1, False) Debug.Notification("A glowing item appears inside!") Endif skyrim creation kit scripts.zip