Jump to content

Spawn Items


Recommended Posts

Ok, real noobish question but whats is the exact command to spawn an item in the game? Like if u dl a mod and wanna try out one of the armors in that mod, what would be the command if u wanted to spawn it in ur inventory?

for example if the item number is ff00123a what would be the the exact command to get that item?

Edited by redneckdevil
Link to comment
Share on other sites

Ok, real noobish question but whats is the exact command to spawn an item in the game? Like if u dl a mod and wanna try out one of the armors in that mod, what would be the command if u wanted to spawn it in ur inventory?

for example if the item number is ff00123a what would be the the exact command to get that item?

 

In order to spawn an item, you need to know the base object number. When you click on something in console mode, the numbers you are seeing are reference numbers, not base item numbers. You need to either look in the Geck for the base item number, or, if you have NVSE:

In console mode, click on the object - ff00123a, appears for example.

GetBaseObject <enter>

Player.PlaceAtMe XXXXXXXX 1 <enter>

 

Where XXXXXXXX is the number returned by the getbaseobject command

 

Edit - to place it in your inventory:

Player.additem XXXXXXXX 1

Link to comment
Share on other sites

  • Recently Browsing   0 members

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