How do I teleport a player between instances?
Quote from Goldenknighttim on August 10, 2013, 2:51 pmI have a trigger_teleport in one instance, and an info_teleport_destination in another. Is there any way to connect these items while still using these instances?
I have a trigger_teleport in one instance, and an info_teleport_destination in another. Is there any way to connect these items while still using these instances?
Quote from Dafflewoctor on August 10, 2013, 3:02 pmI may be wrong because I don't know that much about instance connections, but here's what I would say:
Edit your instance with the destination and name the destination, for the sake of the example, @destination. You can name it anything really but it needs @ in front of it.
Now edit your instance with the trigger_teleport and set the destination to @destination.
I'm almost exactly nearly certain that this will maybe work. If I'm wrong someone please correct me.
I may be wrong because I don't know that much about instance connections, but here's what I would say:
Edit your instance with the destination and name the destination, for the sake of the example, @destination. You can name it anything really but it needs @ in front of it.
Now edit your instance with the trigger_teleport and set the destination to @destination.
I'm almost exactly nearly certain that this will maybe work. If I'm wrong someone please correct me.

Quote from Goldenknighttim on August 10, 2013, 3:10 pmJust tried what dr. toaster waffle said, it worked. Thank you. I also found that it works if you take out the fixup name on the instance, but I like your method better.
Just tried what dr. toaster waffle said, it worked. Thank you. I also found that it works if you take out the fixup name on the instance, but I like your method better.