dec1mus Posted November 25, 2015 Share Posted November 25, 2015 (edited) So I'm trying to create batch file that will do several things for each settler I use it on.I want it to unequip what they're currently wearing (Because of hats), equip the harness, add a gauss rifle, equip it, add 2000 gauss rounds, add eye glasses and add the summer shorts. Here is my batch file. That SOMEWHAT works, but not like I want it to. unequipall \\ Unequip what they're wearing and wieldingequipitem 0008158D \\ equip harnessequipitem 000D1EB0 \\ equip gauss rifleadditem 0018ABDF 2000 \\ add 200 gauss roundsadditem 001C4BE8 \\ add eyeglassesadditem 0014941A \\ add summer shorts It indeed gives them all these items, but they don't switch out of their current outfit like I want them to. Unless I just do the equip commands alone without the additems. The additem command seems to be causing trouble somehow I think it wants the syntax different for NPCs. I could get the result I want with 2 seperate batch files, but I don't see why I would have to do that. Any idea what's going on? Edited November 25, 2015 by dec1mus Link to comment Share on other sites More sharing options...
Recommended Posts