Jump to content

nek0mancer

Members
  • Posts

    2
  • Joined

  • Last visited

Nexus Mods Profile

About nek0mancer

nek0mancer's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Example: Use Abernathy farm as a power station, and run wires from there to Red Rocket so that you don't need sources of power at Red Rocket.
  2. I'm trying to find out how to actually add this script. I'm really fairly new to this... Scriptname <ModName>_Init extends Quest FormList Property WorkshopMenuMain Auto Const ; Single menu keyword Keyword Property <ModName_MenuRecipeFilterKeyword> Auto Const ; Menu with sub-menus/custom icon formlist Formlist Property <ModName_MenuFormlist> Auto Const Event OnQuestInit() WorkshopMenuMain.AddForm(Keyword or Formlist) ; which ever you wish to use Stop() ; No use having the quest running anymore EndEventany help would be really appreciated!
×
×
  • Create New...