Jump to content

Can someone help me with my script


Ghon41

Recommended Posts

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...