FutureProg functions

teleportallnoecho

Character · computer function, computer program, standard futureprog

Boolean teleportallnoecho(Character Character, Location Destination)
Contexts: computer function, computer program, standard futureprog
Teleports a character and all their followers/drag targets to the ground level (or closest layer) in a new room, with no echoes. Returns false if the teleportation fails (if invalid character, room, or layer is specified).
Character: The character who you want to teleport
Destination: The destination room to teleport them to

Boolean teleportallnoecho(Character Character, Location Destination, Text Layer)
Contexts: computer function, computer program, standard futureprog
Teleports a character and all their followers/drag targets to the specified layer in a new room, with no echoes. Returns false if the teleportation fails (if invalid character, room, or layer is specified).
Character: The character who you want to teleport
Destination: The destination room to teleport them to
Layer: The room layer to teleport to

← Back to FutureProg functions