Difference between revisions of "Change the delay time for teleporters"
From Bitfighter
(Created page with "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 a...") |
|||
Line 2: | Line 2: | ||
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" | 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: | Here are some examples: | ||
+ | |||
Teleporter 0 0 0 -1 Delay=0 | Teleporter 0 0 0 -1 Delay=0 | ||
+ | |||
Teleporter 1 0 1 -1 Delay=9 | Teleporter 1 0 1 -1 Delay=9 | ||
+ | |||
Teleporter 2 0 2 -1 Delay=2.5 | Teleporter 2 0 2 -1 Delay=2.5 | ||
Latest revision as of 06:26, 19 March 2013
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.