Change the delay time for teleporters
From Bitfighter
You can adjust the delay time for a teleporter just by adding the Delay= param.
Locate the teleporter in the code of your level and add "Delay=" and then add the delay time after that. To make a teleporter have no delay at all, put "Delay=0"
Here are some examples:
Teleporter 0 0 0 -1 Delay=0
Teleporter 1 0 1 -1 Delay=9
Teleporter 2 0 2 -1 Delay=2.5
Using a teleporter with no delay will be great to use for cases when you need no delay instead of using a row of teleporters.