Jump to content

Recommended Posts

Posted

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?

Posted

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.

Posted
  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.

  • Recently Browsing   0 members

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