Teleporters?
Posted Aug 15, 2012
I'm working on a project which requires a prop_dynamic teleporting on command to another object, so I'm using point_teleports. But for some reason they can't be parented. Is there a better solution than using an info_target and a script to SetOrigin()?
Registered users don’t see ads!
Register now!
Posted Aug 15, 2012
Replied
2 hours
later
How about using a trigger_teleport and a info_target?
Posted Aug 16, 2012
Replied
11 hours
later
I suppose that would work, enabling the teleporter momentarily and then disabling it. I'm just worried about it triggering multiple times before it disables itself. (I'm using a similar technique with a trigger_hurt to do damage to the player on command, but it's annoying to get just right.)