Was wondering if I can use a teleport spot to go to another map.
If so how can I do it.
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.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
Teleport destination
Teleport destination
Creator of Dimensional Rifts Online
Ages Underconstuction
Mythical age- village 1, forest, swamp
Early Future age- research center, City Suburbs
Pirate age- tavern/part of the city
Ages that are going be underconstruction
Future, Prehistoric, World War, Modern, Egyptian
Ages Underconstuction
Mythical age- village 1, forest, swamp
Early Future age- research center, City Suburbs
Pirate age- tavern/part of the city
Ages that are going be underconstruction
Future, Prehistoric, World War, Modern, Egyptian
-
arcones
- Support Team

- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Teleport destination
Teleporting
Please search the forum before posting a question to make sure your question hasn't already been answered. Thanks,
-PAS Support Team
-Arcones
Please search the forum before posting a question to make sure your question hasn't already been answered. Thanks,
-PAS Support Team
-Arcones

Want a user bar like this one? PM Leo!
Re: Teleport destination
Ok here is the code
level_trigger_2 = [echo "You head to the Village"; endsp; sleep 1000 [map Village_2]]
Thanks for that though its not working. I made the model try both triggers with 2. I am using Fps mode. Is there something I need to do spiecle?
level_trigger_2 = [echo "You head to the Village"; endsp; sleep 1000 [map Village_2]]
Thanks for that though its not working. I made the model try both triggers with 2. I am using Fps mode. Is there something I need to do spiecle?
Creator of Dimensional Rifts Online
Ages Underconstuction
Mythical age- village 1, forest, swamp
Early Future age- research center, City Suburbs
Pirate age- tavern/part of the city
Ages that are going be underconstruction
Future, Prehistoric, World War, Modern, Egyptian
Ages Underconstuction
Mythical age- village 1, forest, swamp
Early Future age- research center, City Suburbs
Pirate age- tavern/part of the city
Ages that are going be underconstruction
Future, Prehistoric, World War, Modern, Egyptian
-
arcones
- Support Team

- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Teleport destination
Here's the example:
Here's your code:
It's good that you're using FPS mode. Where did you put the code? If it isn't in your map.cfg then it won't work. You MUST make sure the mapname.ogz is the same as the mapname.cfg.
Code: Select all
level_trigger_2 = [echo "*message*"; endsp; sleep 1000 [map *name*]]Code: Select all
level_trigger_2 = [echo "You head to the Village"; endsp; sleep 1000 [map Village_2]]
Want a user bar like this one? PM Leo!
Re: Teleport destination
Just forget this post I figured it out. I will have 4 teleport spots on my map.
Creator of Dimensional Rifts Online
Ages Underconstuction
Mythical age- village 1, forest, swamp
Early Future age- research center, City Suburbs
Pirate age- tavern/part of the city
Ages that are going be underconstruction
Future, Prehistoric, World War, Modern, Egyptian
Ages Underconstuction
Mythical age- village 1, forest, swamp
Early Future age- research center, City Suburbs
Pirate age- tavern/part of the city
Ages that are going be underconstruction
Future, Prehistoric, World War, Modern, Egyptian
-
chocolatepie33
- Support Team

- Posts: 2458
- Joined: April 27th, 2010, 5:31 pm
- IRC Username: CP
Re: Teleport destination
quick note, endsp means that you're not going to be in single player once you teleport.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Re: Teleport destination
Don't worry it is what I want.
Creator of Dimensional Rifts Online
Ages Underconstuction
Mythical age- village 1, forest, swamp
Early Future age- research center, City Suburbs
Pirate age- tavern/part of the city
Ages that are going be underconstruction
Future, Prehistoric, World War, Modern, Egyptian
Ages Underconstuction
Mythical age- village 1, forest, swamp
Early Future age- research center, City Suburbs
Pirate age- tavern/part of the city
Ages that are going be underconstruction
Future, Prehistoric, World War, Modern, Egyptian
