Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/archive/global.php(40) : eval()'d code on line 2
two spawn question [Archive] - TF2Maps.net Forums

PDA

View Full Version : two spawn question


Evil_Superman
08-29-2008, 11:55 AM
Is it possible to have two spawns on a map that are active at different times? Im making a PL map and I would like to have two spawns, The first one would be active until say the halfway point but once blue reached the designated checkpoint the second spawn would activate and the first would close down.

bobby1211
08-29-2008, 12:42 PM
Very possible, its called forwarding spawns. The easiest way I know is to setup a logic relay triggered by a control point or even a track entity (sorry cant think of the name right now, the boxes that the payload follows). Have that relay disable all the player starts in the first spawn and enable all them in the forwarded spawn. (The forwarded spawn player starts would need to start disabled.)

Have fun!

-Bobby