Teleporter Question
WaffleSpoon
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? (:
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
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-->