Patq911 Posted December 13, 2010 Share Posted December 13, 2010 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 More sharing options...
Interfer0 Posted December 13, 2010 Share Posted December 13, 2010 you need to specif 1 or else it won;t know how many to add Link to comment Share on other sites More sharing options...
Deleted1744345User Posted December 13, 2010 Share Posted December 13, 2010 Get the GECK PowerUp for New Vegas. It will restore script warnings and some other things, making it much easier to mod. Link to comment Share on other sites More sharing options...
Patq911 Posted December 13, 2010 Author Share Posted December 13, 2010 Get the GECK PowerUp for New Vegas. It will restore script warnings and some other things, making it much easier to mod. Thanks! That solved all the errors. Link to comment Share on other sites More sharing options...
davidlallen Posted December 13, 2010 Share Posted December 13, 2010 Get the GECK PowerUp for New Vegas. It will restore script warnings and some other things, making it much easier to mod. Added to FAQ. Hopefully this will cut down on the number of "can't find libvorbis", "can't save script" and "can't render interior" threads lately. Link to comment Share on other sites More sharing options...
Recommended Posts