Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

go to start point

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
lzilberm
Member
Member
Posts: 31
Joined: January 19th, 2012, 12:54 pm
Name: lee
IRC Username: zilber

go to start point

Post by lzilberm »

Does anyone know how I make the player go back to the starting position using an entity???

Thanks a bunch
~~lzilberm
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: go to start point

Post 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.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
lzilberm
Member
Member
Posts: 31
Joined: January 19th, 2012, 12:54 pm
Name: lee
IRC Username: zilber

Re: go to start point

Post by lzilberm »

The teleport thing sounds like what I want to do. Do you know how to do that?
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: go to start point

Post 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.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
kddekadenz
Member
Member
Posts: 423
Joined: July 17th, 2011, 11:02 am
Name: kdd
Contact:

Re: go to start point

Post 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 ;)
Kelgar is an advanced RPG beeing developed in Sandbox
Locked