
Muscl3r
Joined: May 22, 2010
dont pray 4 easy lives...pray to be STRONGER MEN
|
Posted: Sep 21, 2010 08:48 PM
Msg. 1 of 10
I can't get my teleporters to work in my sp level. Can someone help?
|
|
|

MoooseGuy
Joined: Aug 10, 2008
I Approve This Message.
|
Posted: Sep 22, 2010 01:42 AM
Msg. 2 of 10
The only way to do this is trigger volumes and scripting. Create a trigger volume called teleport1. Then create another one at the destination called teledest1. Create a script to make it so that when the player enters teleport1, they teleport to teledest1. If you want to, reference the teleporting sound tag to play in there as well.
Somebody can give you detail on the script I'm talking about.
|
|
|

Muscl3r
Joined: May 22, 2010
dont pray 4 easy lives...pray to be STRONGER MEN
|
Posted: Sep 22, 2010 03:46 AM
Msg. 3 of 10
And that special someone is...
|
|
|

MoooseGuy
Joined: Aug 10, 2008
I Approve This Message.
|
Posted: Sep 22, 2010 05:26 AM
Msg. 4 of 10
When I get home, I'll look at one of my scripts so I can write one for you. At the moment, I can't think of it off the top of my head. Look for an edit in this post later. 
|
|
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Sep 22, 2010 08:03 PM
Msg. 5 of 10
Create tvol around the place you want to teleport to, and put a flag at the place you want to teleport to.
(script startup asdf (sleep_until (volume_test_objects [TRIGGER VOLUME] (players)) 15) (object_teleport (unit (list_get (players) 0)) [FLAG]) )
|
|
|

MoooseGuy
Joined: Aug 10, 2008
I Approve This Message.
|
Posted: Sep 23, 2010 01:47 AM
Msg. 6 of 10
Beat me to it  Although I think it should be a script continuous that sleeps until player enters the trigger volume.
|
|
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Sep 23, 2010 07:37 PM
Msg. 7 of 10
I'm assuming he won't go back. If this is for a multiplayer style teleporter, I even have a script for a two way teleporter set up. He didn't specifically ask for that, however, so I see no reason to impart that :P
|
|
|

MoooseGuy
Joined: Aug 10, 2008
I Approve This Message.
|
Posted: Sep 23, 2010 08:06 PM
Msg. 8 of 10
Gamma... I am your conscience.... And I say... Get on Xfire tomorrow....
|
|
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Sep 23, 2010 08:24 PM
Msg. 9 of 10
I'm not on Steam. I haven't logged into Steam for a week now.
|
|
|

Muscl3r
Joined: May 22, 2010
dont pray 4 easy lives...pray to be STRONGER MEN
|
Posted: Sep 25, 2010 05:22 AM
Msg. 10 of 10
Yes thank you gamma a one way teleporter will be just fine
|
|
|