Teleporter Question

WaffleSpoonWaffleSpoon Join Date: 2002-01-30 Member: 133Members
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? (:

Comments

  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    edited March 2004
    maybe you can use a <b>trigger_presence</b> located on the corosponding spawlocation in combination with a <b>trigger_changetarget</b>

    Used as:<ol type='1'><li>When person A reaches the teleporter, I want him to be put on the highest podium.
    <b>trigger_presence #1</b> triggers <b>trigger_changetarget #1</b> to change the target of the teleport to location 2</li><li>When person B reaches the teleporter, I want him to be put on the second highest.
    <b>trigger_presence #2</b> triggers <b>trigger_changetarget #2</b> to change the target of the teleport to location 3</li><li>When person B reaches the teleporter, I want him to be put on the second highest.
    <b>trigger_presence #3</b> triggers <b>trigger_changetarget #3</b> to change the target of the teleport to location 4</li><li>last trigger, the audience <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
    <b>trigger_presence #4</b> triggers <b>trigger_changetarget #4</b> to change the target of the teleport to location 1 (resetting it all)</li></ol>That should work

    [edit]
    some alterations and fixed that forum list thingy <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
Sign In or Register to comment.