FutureProg functions
teleport
Boolean teleport(Character Character, Location Destination)
Contexts: computer function, computer program, standard futureprog
Teleports a character to the ground level (or closest layer) in a new room. 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 teleport(Character Character, Location Destination, Text Layer)
Contexts: computer function, computer program, standard futureprog
Teleports a character to the specified layer in a new room. 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
Contexts: computer function, computer program, standard futureprog
Teleports a character to the ground level (or closest layer) in a new room. 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 teleport(Character Character, Location Destination, Text Layer)
Contexts: computer function, computer program, standard futureprog
Teleports a character to the specified layer in a new room. 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