Jump to content

Need help creating a batch file for my Settlers


dec1mus

Recommended Posts

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 wielding
equipitem 0008158D \\ equip harness
equipitem 000D1EB0 \\ equip gauss rifle
additem 0018ABDF 2000 \\ add 200 gauss rounds
additem 001C4BE8 \\ add eyeglasses
additem 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 by dec1mus
Link to comment
Share on other sites

  • Recently Browsing   0 members

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