Full Version : Spawn item's at a relative location
xmlspawner >>Q&A >>Spawn item's at a relative location


<< Prev | Next >>

godfood- 01-14-2006
How do I spawn item's at a location relative to the spawner?

Is there a Command I can use for this similar to the LOCATION?

Is there a formula like /X/GETONTHIS,X+4/y/GETONTHIS,Y+4?

ArteGordon- 01-14-2006
the easiest is to just use a spawnrange of 0, that will place the object initially at the location of the spawner and then INC the x,y, or z values

yourthing/x/INC,4/y/INC,4

godfood- 01-14-2006
Thanks Arte smile.gif