DarkMantiZ
Mar 24 2004, 03:46 PM
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
Mar 24 2004, 04:01 PM
maybe you can use a
trigger_presence located on the corosponding spawlocation in combination with a
trigger_changetargetUsed as:
- 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 - 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 - 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 - last trigger, the audience

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