1 Second Later...

Yiphix

Steampunker
Hey! So I was doing something and I realized I needed a timer that was less than one second. I was teleporting something and wanted it to be able to teleport to one teleporter that would then teleport the player to another one. To be clear:

Flip switch
teleport to the first teleporter and automatically activate the timer
timer finishes
teleport to next teleporter

Thanks guys
 
Well there are many ways you could trigger things faster than 1 sec. Dart traps, spear traps, dummy ghost engines. About how fast do you need to trigger the next teleporter. It would help if you also showed a screen shot of your setup.
 
Do you need a specific, greater-than-zero delay? Because if not, you could simply use logic gates, or the fact that different wire colors are evaluated after one another:
A little demonstration of how the order of wire colors can be used with teleporters has been supplied by @ZeroGravitas:
Here, the teleporters are activated in pairs from left to right each tick, carrying the player all the way to the right on the first pulse and one teleporter to the left on subsequent pulses.
 
Back
Top Bottom