zerksees Posted January 12, 2013 Share Posted January 12, 2013 (edited) i wanna place world items such as the red ball or a bench, what is the spawn code to place an item, ive tried the player.placeleveledactoratme, player.additem and player.placeitem how do you spawn multiple enemies like i can spawn an enemy but like when you add an item you put additem and how many you want, can you do it when you spawn? anyone who helps gets a kudos Edited January 12, 2013 by zerksees Link to comment Share on other sites More sharing options...
JimboUK Posted January 13, 2013 Share Posted January 13, 2013 To place an item at the player it's player.placeatme id quanity, to place something somewhere else click on something and use placeatme id quantity. You can get the various form ids from the GECK. For example clicking on some victim and typing placeatme 000e2c2e 1 will place a nuclear explosion where he is standing, obviously player.placeatme 000e2c2e 1 is a very bad idea. :) Link to comment Share on other sites More sharing options...
Recommended Posts