If I set a trigger to activate it, does the entity that called it teleport, or everything in the brushe's area? Is there a way to have it off by default? After its fired, can I decide if it becomes inactive or teleports from now on?
as i understand it, the trigger_teleport is in fact, the teleporter... with limitations.
is either on or off only teleports, (no no the ent that calling it is not teleported) only does players, players and monsters, no players, or pushables requires info_teleport_destination
you can trigger the teleport to be on or off. you can also place a brush trigger before the trigger_teleport to turn it on, and a brush trigger on the info_teleport_destination to turn it off. or you could trigger the tele on by default and leave the brush trigger at the destination to turn it off after use.
Comments
is either on or off
only teleports, (no no the ent that calling it is not teleported)
only does players, players and monsters, no players, or pushables
requires info_teleport_destination
you can trigger the teleport to be on or off. you can also place a brush trigger before the trigger_teleport to turn it on, and a brush trigger on the info_teleport_destination to turn it off. or you could trigger the tele on by default and leave the brush trigger at the destination to turn it off after use.