Help - Search - Members - Calendar
Full Version: Teleporter Question
Unknown Worlds Forums > Natural Selection > Natural Selection Creation > Mapping Forum > Mapping Help and Troubleshooting
DarkMantiZ
I am doing a little different something for fun in the readyroom and have a little question concerning teleporters.

I want it work like this:

5 people are running.
they are racing along a small racetrack.
They reach goal and face a teleport that is to take them to a podium or as an audience depending on what order they touch the teleporter.

For further explanation:

When person A reaches the teleporter, I want him to be put on the highest podium.
When person B reaches the teleporter, I want him to be put on the second highest.
When person C reaches the teleporter, I want him to be put on the third highest.
When the other two reaches the teleporter, I want them to be teleported to the ground in front of podiums as to signify that they did not come amongst the first three.

Get the idea? I tried with 4 different AAA_Triggers that would teleport and then had a "wait for reset" to about 200, but that didn't do the trick


Help? (:
Kouji_San
maybe you can use a trigger_presence located on the corosponding spawlocation in combination with a trigger_changetarget

Used as:
  1. When person A reaches the teleporter, I want him to be put on the highest podium.
    trigger_presence #1 triggers trigger_changetarget #1 to change the target of the teleport to location 2
  2. When person B reaches the teleporter, I want him to be put on the second highest.
    trigger_presence #2 triggers trigger_changetarget #2 to change the target of the teleport to location 3
  3. When person B reaches the teleporter, I want him to be put on the second highest.
    trigger_presence #3 triggers trigger_changetarget #3 to change the target of the teleport to location 4
  4. last trigger, the audience smile.gif
    trigger_presence #4 triggers trigger_changetarget #4 to change the target of the teleport to location 1 (resetting it all)
That should work

[edit]
some alterations and fixed that forum list thingy tounge.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.