Teleport players

I am pretty new to verse and just want a device that teleports 2 players (team 1 and team 2) to two different teleporters, whenever someone enters a mutator zone. Idk if it’s easy and only I can’t do it or if it’s actually hard to do, because I tried for a really long time

Hi Timi,

I think the first step would be learning how to use mutator zones and teleporters together.

You may be able to accomplish what you want directly with devices, so keep that in mind.

The second step would be learning how the team systems work (I’m assuming you’re trying to create a ‘team select’ sort of system? If so - I see several tutorials when searching youtube for ‘uefn team select’)

I’m new to Verse as well, but I think the moving pieces for the first step would be the AgentEntersEvent on the Mutator Zone, and passing that Agent to the Teleporter Device (Teleporter device takes Agent in as a Parameter)

Hi Astrotronic,

Thank you for your suggestions and actually taking the time to help me.

My goal is to create an area, where if one player reaches it, both players get teleported. The hard part is to get them to 2 different locations.

So I already tried to accomplish what I want with usual devices, but unfortunately they only allow you to teleport the agent that entered the mutator zone. You can’t affect the other player. That’s why I tried teleporting the players using a trigger. The idea was to send an event to a trigger whenever a player enters the mutator zone, which would then send an event to the teleporters. I think it actually kind of worked, but somehow it was very buggy and inconsistent.

I also read online how to get all the players in the map using Verse and do something with them and tried to get the players and teleport them, but I wasn’t able to teleport them to 2 locations. At this point I’m completely out of ideas. I started learning a little bit of Verse, because of this and it turns out it requires more knowledge than I thought it would.

Thank you again for your help and time I really appreciate it.

2 Likes