Please or Register to create posts and topics.

How do I teleport a player between 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?

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.

You can also add a parameter if you want.

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.