ScottyDoesKnow Posted September 24, 2022 Share Posted September 24, 2022 I need to spawn an enemy with a gatling laser to test a mod. All the brotherhood NPCs I "player.placeatme" spawn without power armor and with basic laser weapons. Any way to force something to spawn with a gatling laser? Link to comment Share on other sites More sharing options...
RaidersClamoring Posted September 24, 2022 Share Posted September 24, 2022 You will have to put it into his inventory after spawn. You can do it one command* if you separate each entry with ; .player.placeat me [Actor ID] 1; plr; additem [Weapon ID] 1; additem [Ammo ID] {whatever amount you want}"plr" selects the last reference you created*It is possible you will have to lower the console after the first command but the rest should work using just one string. Link to comment Share on other sites More sharing options...
ScottyDoesKnow Posted September 24, 2022 Author Share Posted September 24, 2022 You will have to put it into his inventory after spawn. You can do it one command* if you separate each entry with ; . player.placeat me [Actor ID] 1; plr; additem [Weapon ID] 1; additem [Ammo ID] {whatever amount you want} "plr" selects the last reference you created *It is possible you will have to lower the console after the first command but the rest should work using just one string.Thanks! That worked perfectly. I did have to lower the console in between. Link to comment Share on other sites More sharing options...
Recommended Posts