Thanks, I'll give it a try then report my findings. Findings: Papyrus Compiler Version 2.8.0.4 for Fallout 4 Copyright © ZeniMax Media. All rights reserved. Starting 1 compile threads for 1 files... Compiling "WorkshopSupplies_ComponentSCRIPT"... C:\User\Me\AppData\Local\Temp\PapyrusTemp\WorkshopSupplies_CompontensSCRIPT.psc(3,19): const scripts may only contain const auto properties. Property FLWorkshopSupplies_Components cannot be defined C:\User\Me\AppData\Local\Temp\PapyrusTemp\WorkshopSupplies_ComponentsSCRIPT.psc(3,19): const script may not contain data, script variable ::FLWorkshopSupplies_Components_var cannot be difined No output generated for WorkshopSupplies_ComponentsSCRIPT, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on WorkshopSupplies_ComponentsSCRIPT I changed the "YourFormList" to "FLWorkshopSupplies_Components" and added the value ",1000" to "Self.AddItem(FLWorkshopSupplies_Components.GetAt(I),1000) I assume the "YourFormList" is for a Form List not a LeveledItem List or can it be either.