Using Trigger_teleport

MantridMantrid Lockpick Join Date: 2003-12-07 Member: 24109Members
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?

Comments

  • ShenTraXShenTraX Join Date: 2003-11-10 Member: 22434Members, Constellation
    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.
Sign In or Register to comment.