How to teleport players to different teleporters

Hello, i am new to verse and i am currently struggling to solve my case.

Situation - I have an array of teleporters and i want to teleport players to the active teleporters.(I disable them in the start of round and enable only specific number of them based on players in the session)

I tried working with "for cycle " but there is no way to check if the teleport is active or not, because i want to disable them after every player teleport ( I think this will help me to not spawn players on the same teleporter).

Do you have solutions or other ideas how to teleport players.

PS. I use mutator zone to activate if player is in it

Without Verse

Use a sender teleporter make it target a teleporter group and use its Activate function with the Mutator event
Set its Change Teleporter Target to On Entry

The recieving Teleporters in the teleporter target group, disable themselves by thier own On Teleported event

You saved me!
Thank you so much! <3

1 Like

Unfortunately disable teleport after teleportation event doesn’t work and created a ticket for this.
More than 1 person is spawned on teleport

1 Like

Disappointing, I’m also using that mechanic, but had no idea it wasn’t working… thanks for the heads up.

I’ll go and drop a vote there

1 Like

I found a way to make it in Verse, Today I will try it with my community

1 Like

Yes it is working. Tried it yesterday with 40 people at the same time, no troubles at all

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.