Page 1 of 1

go to start point

Posted: March 26th, 2012, 3:09 pm
by lzilberm
Does anyone know how I make the player go back to the starting position using an entity???

Thanks a bunch
~~lzilberm

Re: go to start point

Posted: March 26th, 2012, 4:49 pm
by chocolatepie33
you could just use a teleport/teledest combination, with the teledest being at your start point. If you want to start the map over, I guess you could use an entity coded with /sp "[mapname]", but I don't know what you're doing.

Re: go to start point

Posted: March 26th, 2012, 6:24 pm
by lzilberm
The teleport thing sounds like what I want to do. Do you know how to do that?

Re: go to start point

Posted: March 26th, 2012, 7:32 pm
by chocolatepie33
*Sighs*

This is incredibly easy, takes no time at all...

1. place desired teleport entity. /newent teleport.
2. Go to start spot. Place desired teledest entity. /newent teledest.
3. Make sure teleport and teledest destination tags are the same.
4. For multiple start points from one teleport, make sure all destination tags are the same.

Re: go to start point

Posted: March 27th, 2012, 1:50 am
by kddekadenz
chocolatepie33 wrote:you could just use a teleport/teledest combination, with the teledest being at your start point. If you want to start the map over, I guess you could use an entity coded with /sp "[mapname]", but I don't know what you're doing.
Just sp restarts the map, too ;)