Jump to content

player.placeatme problem


Recommended Posts

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

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

  • Recently Browsing   0 members

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