jump.tf Forums
Welcome B)

How do I make a trigger_teleport brush function as a door? Edit: found it

Jabba [L.C.] | Youtube

  • Newbie
  • *
    • Posts: 13
    • Frags: +0/-0
    • View Profile
I'm trying to make a sliding door that will teleport you if you fall on it without opening. How can I make sure the trigger_teleport moves along with the func_door? Can I apply more than 2 functions to one brush? I'm kinda at a loss here :P

Edit: found it. Going to leave the solution here in case someone is looking for it. You can give the trigger_teleport the func_door as a parent so it will move together with it. Quite simple actually :)
« Last Edit: January 12, 2016, 08:21:47 AM by Jabba [L.C.] | Youtube »


protist ?

  • Novice
  • **
    • Posts: 77
    • Frags: +0/-0
  • *floats around aimlessly*
    • View Profile
    • Youtube
Give the func_door a name and set the parent of the trigger_teleport to that name. Your teleport will move relative to your func_door.

Oh lol you got it, Google is your friend...


Jabba [L.C.] | Youtube

  • Newbie
  • *
    • Posts: 13
    • Frags: +0/-0
    • View Profile
Give the func_door a name and set the parent of the trigger_teleport to that name. Your teleport will move relative to your func_door.

Oh lol you got it, Google is your friend...
I didn't even Google it, I'm a smart boy!