scubasteve450 Posted July 2, 2009 Share Posted July 2, 2009 as described on many pages the command is player.placeatme ID QTY X Y i have it working fine except the coordinates, im building a terminal to spawn enemies to fight, and it spawns them right next to me despite how i change the numbers, my goal is to have them spawn away from the terminal so they dont immediately overwhelm the player. if i could i spawn them from a terminal in the room next to it, but i cant seem to get them to spawn anywhere but next to me thanks for any help in advance Link to comment Share on other sites More sharing options...
gozolo Posted July 2, 2009 Share Posted July 2, 2009 You need to change "player." part of the command - it is responsible for coordinates. Get a reference of an item from a room where you wish the enemies to be placed and use something like this ItemReferenceID.placeatme EnemyId Link to comment Share on other sites More sharing options...
scubasteve450 Posted July 2, 2009 Author Share Posted July 2, 2009 thanks ill try it out Link to comment Share on other sites More sharing options...
Recommended Posts