Skip to content

Teleport

John Bostick edited this page Sep 13, 2021 · 1 revision

Teleport

Teleport is a command that allows you to teleport players to a specific location by their role. It uses the same names found in the RemoteAdmin teleport menu. Here's how it looks:

teleport classId LOCATION [delay]

OR

teleport classId x y z [delay]

The first part of the command (classId) is the ID of the class you want to teleport.

The second part (LOCATION for the first or x y z) is the name of the location you want to teleport them to. You can either specify a door name to teleport them to, or x, y, and z coordinates. If you're using coordinates, you should only teleport players to locations on the surface because the map randomly generates, and what might be the intercom for one round could be the void for another.

The third (and optional) part of the command (delay) is the amount of time (in seconds) before the players should be teleported. This can be useful for hide-and-seek events, where you can keep seekers locked somewhere and free them after a certain amount of time.

Examples

If you want to teleport every Scientist to 914 you can use this:

teleport 6 914

If you want to teleport every Scientist to 914, and every Class-D into 372's room, you can use:

teleport 6 914
teleport 1 372

If you want to teleport every scientist to the guard tower, then put them into the Light Containment Zone Armory after 30 seconds, you can use:

teleport 6 55 1020 -45
teleport 6 LCZ_ARMORY 30
Clone this wiki locally