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.

Linking maps together?

Talk about anything related to Platinum Arts Sandbox here!
Onilink155
Member
Member
Posts: 4
Joined: August 11th, 2010, 3:25 pm
Name: Justin

Linking maps together?

Post by Onilink155 »

is there any way to Link maps to each other? What i mean is like, after you get to a certain area in one level you teleport to the beginning of a new map.
User avatar
Bigboss
Member
Member
Posts: 282
Joined: July 23rd, 2010, 1:35 pm
Name: Naked Snake
Contact:

Re: Linking maps together?

Post by Bigboss »

there is another post on this topic lemme see if I can find it
July I think teleporting ill give you the link
Zombie map (Version 2) Image
Image
Want a user bar like this one? PM Leo
Image
User avatar
Bigboss
Member
Member
Posts: 282
Joined: July 23rd, 2010, 1:35 pm
Name: Naked Snake
Contact:

Re: Linking maps together?

Post by Bigboss »

viewtopic.php?f=24&t=1225&hilit=teleporting
code is

Code: Select all

        level_trigger_X = [echo "Y"; endsp; sleep 1000 [map Z]]
X=Trigger number(NEED THIS)
Y=a message to say when you enter (such as entered temple)
Z=the name of the map to teleport to(NEED THIS)
Zombie map (Version 2) Image
Image
Want a user bar like this one? PM Leo
Image
Onilink155
Member
Member
Posts: 4
Joined: August 11th, 2010, 3:25 pm
Name: Justin

Re: Linking maps together?

Post by Onilink155 »

I tried doing that, but it wouldn't work. :(
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Linking maps together?

Post by chocolatepie33 »

try this:

Code: Select all

level_trigger_# = [sp mapname]
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
Onilink155
Member
Member
Posts: 4
Joined: August 11th, 2010, 3:25 pm
Name: Justin

Re: Linking maps together?

Post by Onilink155 »

Okay, I got bigboss's way to work.. but everytime I teleport, I get taken to a new map instead of the one I specified, what am i doing wrong?
User avatar
Bigboss
Member
Member
Posts: 282
Joined: July 23rd, 2010, 1:35 pm
Name: Naked Snake
Contact:

Re: Linking maps together?

Post by Bigboss »

This happen to the guy in the link too
where I put Z is where you need another maps name
Your not doing anything wrong
you just need to make another map and put that maps name into the spot where Z is..
Good job :D
I cant even do it yet but Ive read these forums too much
Zombie map (Version 2) Image
Image
Want a user bar like this one? PM Leo
Image
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Linking maps together?

Post by PizzaLover101 »

Code: Select all

level_trigger_x = [map mapname]
for fps
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!

http://pizzagametime.tk/
http://forums.pizzagametime.tk/
Onilink155
Member
Member
Posts: 4
Joined: August 11th, 2010, 3:25 pm
Name: Justin

Re: Linking maps together?

Post by Onilink155 »

@ bigboss, I have put a map's name in there but it wont take me to that map. It just takes me to a new map, and thats what I have a problem with.
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Linking maps together?

Post by PizzaLover101 »

did you type the mapname excalty as you saved it (caps count :P)
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!

http://pizzagametime.tk/
http://forums.pizzagametime.tk/
Locked