Ghon41 Posted December 5, 2019 Share Posted December 5, 2019 scriptname WK_WarehouseKitInstallerScript extends Quest Group VanillaWorkshopMenus FormList property WorkshopMenu01Furniture auto const EndGroup Group CustomWorkshopMenus FormList property WK_WarehouseKitCategories auto const EndGroup Event OnQuestInit() install() EndEvent Event Actor.OnPlayerLoadGame(Actor actorref) install() EndEvent Function install() WorkshopMenu01Furniture.addForm(WK_WarehouseKitCategories as form) EndFunction Function uninstall_manually() WorkshopMenu01Furniture.RemoveAddedForm(WK_WarehouseKitCategories as form) EndFunction im attempting to add a menu to fo4 workshop under the furniture category however spending 10+ hours im still lost and need help Link to comment Share on other sites More sharing options...
Recommended Posts