ScottyDoesKnow Posted September 24, 2022 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?
RaidersClamoring Posted September 24, 2022 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.
ScottyDoesKnow Posted September 24, 2022 Author Posted September 24, 2022 On 9/24/2022 at 6:45 PM, RaidersClamoring said: 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.
Recommended Posts