DJBonebrake Posted June 28, 2019 Share Posted June 28, 2019 I am trying to make my follower equip armor with a bat file. The problem is it "runs" the file when I give the command, but the follower does not equip the items. However if I hit tilde and select the follower and the prid # shows and I then run the bat file the follower will equip the items. WTF am I doing wrong? prid 000a2c93equipitem 2b018e13 0equipitem 2b01422e 0equipitem 2b01ef94 0equipitem 2b00f0fd 0equipitem 2b017306 0equipitem 2b00f0ff 0equipitem 2b01df4e 0 Link to comment Share on other sites More sharing options...
BowmoreLover Posted July 3, 2019 Share Posted July 3, 2019 The prid command seems to be ignored in batch files. Try this: "000a2c93".equipitem 2b018e13 0"000a2c93".equipitem 2b01422e 0"000a2c93".equipitem 2b01ef94 0"000a2c93".equipitem 2b00f0fd 0"000a2c93".equipitem 2b017306 0"000a2c93".equipitem 2b00f0ff 0"000a2c93".equipitem 2b01df4e 0 Link to comment Share on other sites More sharing options...
Recommended Posts