Jump to content

Ghon41

Supporter
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Ghon41

  1. 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
×
×
  • Create New...