Transporter -- By Kevin Hodgson	"Trojan[CampQ]"
Teleporter with Selectable destinations.

The QuakeLab - http://www.in2nett.com/stevefu/QuakeLab

TEXTURES: Lots
ENTITIES: FUNC_BUTTON, TRIGGER_TELEPORT, INFO_TELEPORT_DESTINATION

EFFECT:
------

When one of the button's is pressed.  The Transporter Pad becomes active, after 5
seconds, who ever is on the pad, is transported to their destination.


HOW IT WORKS:
------------

It's quite simple really, three trigger_teleport's on the "transporter pad", three
func_button's to act as triggers.  The trigger_teleport's in this example are named t1,
t2 and t3.  Each of the func_buttons target's one of these teleport's.  The func_button
has a "Delay before Trigger" of 5.  When that count is up, the trigger_teleport briefly
activates, and then deactivates.
