Page 1 of 1
Teleport destination
Posted: December 23rd, 2010, 5:15 pm
by home415
Was wondering if I can use a teleport spot to go to another map.
If so how can I do it.
Re: Teleport destination
Posted: December 23rd, 2010, 5:46 pm
by arcones
Teleporting
Please search the forum before posting a question to make sure your question hasn't already been answered. Thanks,
-PAS Support Team
-Arcones
Re: Teleport destination
Posted: December 23rd, 2010, 8:03 pm
by home415
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?
Re: Teleport destination
Posted: December 24th, 2010, 4:49 pm
by arcones
Here's the example:
Code: Select all
level_trigger_2 = [echo "*message*"; endsp; sleep 1000 [map *name*]]
Here's your code:
Code: Select all
level_trigger_2 = [echo "You head to the Village"; endsp; sleep 1000 [map Village_2]]
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.
Re: Teleport destination
Posted: December 24th, 2010, 6:57 pm
by home415
Just forget this post I figured it out. I will have 4 teleport spots on my map.
Re: Teleport destination
Posted: December 26th, 2010, 7:56 pm
by chocolatepie33
quick note, endsp means that you're not going to be in single player once you teleport.
Re: Teleport destination
Posted: December 26th, 2010, 9:46 pm
by home415
Don't worry it is what I want.