Jump to content

Can't save my script


Patq911

Recommended Posts

Note: I just started modding this game.

 

I searched for this problem and found that the problem was because Bethesda does not output error messages, can some one correct this script? I stole most of this from someone else's mod script, just replaced most of the stuff.

 

Here's what I'm trying to do, I saw that Obsidian left the bobblehead scripts and models, so I want to make them be sold by Old Lady Gibson, I made the quest "BobbleheadVendorAdditem" and started to make a script and put this in the script edit box.

scn BobbleheadVendorAddItemScript

begin gameMode

;OldLadyGibsonInventorySection

VendorContainerOldLadyGibsonRef.additem BobbleheadAGL
VendorContainerOldLadyGibsonRef.additem BobbleheadBART
VendorContainerOldLadyGibsonRef.additem BobbleheadBGUN
VendorContainerOldLadyGibsonRef.additem BobbleheadCHA
VendorContainerOldLadyGibsonRef.additem BobbleheadEND
VendorContainerOldLadyGibsonRef.additem BobbleheadERGW
VendorContainerOldLadyGibsonRef.additem BobbleheadEXPL
VendorContainerOldLadyGibsonRef.additem BobbleheadINT
VendorContainerOldLadyGibsonRef.additem BobbleheadLOCK
VendorContainerOldLadyGibsonRef.additem BobbleheadLUK
VendorContainerOldLadyGibsonRef.additem BobbleheadMEDI
VendorContainerOldLadyGibsonRef.additem BobbleheadMELE
VendorContainerOldLadyGibsonRef.additem BobbleheadPER
VendorContainerOldLadyGibsonRef.additem BobbleheadREPR
VendorContainerOldLadyGibsonRef.additem BobbleheadSCNC
VendorContainerOldLadyGibsonRef.additem BobbleheadSGUN
VendorContainerOldLadyGibsonRef.additem BobbleheadSNEK
VendorContainerOldLadyGibsonRef.additem BobbleheadSPCH
VendorContainerOldLadyGibsonRef.additem BobbleheadSTR
VendorContainerOldLadyGibsonRef.additem BobbleheadUARM

stopquest BobbleheadVendorAddItem

end

 

Please correct all errors. (And tell me if this is possible or not)

Link to comment
Share on other sites

  • Recently Browsing   0 members

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