Page 1 of 2

Linking maps together?

Posted: August 11th, 2010, 4:26 pm
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.

Re: Linking maps together?

Posted: August 11th, 2010, 5:00 pm
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

Re: Linking maps together?

Posted: August 11th, 2010, 5:15 pm
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)

Re: Linking maps together?

Posted: August 11th, 2010, 6:19 pm
by Onilink155
I tried doing that, but it wouldn't work. :(

Re: Linking maps together?

Posted: August 11th, 2010, 6:45 pm
by chocolatepie33
try this:

Code: Select all

level_trigger_# = [sp mapname]

Re: Linking maps together?

Posted: August 11th, 2010, 8:42 pm
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?

Re: Linking maps together?

Posted: August 12th, 2010, 6:44 am
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

Re: Linking maps together?

Posted: August 12th, 2010, 7:05 am
by PizzaLover101

Code: Select all

level_trigger_x = [map mapname]
for fps

Re: Linking maps together?

Posted: August 12th, 2010, 10:07 am
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.

Re: Linking maps together?

Posted: August 12th, 2010, 5:17 pm
by PizzaLover101
did you type the mapname excalty as you saved it (caps count :P)