Basic BP Teleporter

Introduction
The Basic BP Teleport Pad is a asset which allows the player to teleport to another teleport pad with the same ID as the teleport pad the player walks in. it is easy to customise and it is simply to modify.

Properties
The variables which can be modified while selecting the Teleporter_BP asset in the world! [TABLE=“border: 1, cellpadding: 0, width: 500”]

Property
Description

ID
Two teleport pads with the same ID will link on teleport, multiple teleport pads with in the same ID will result into random teleporting with the same ID!

Cooldown time
The time after the player has teleported it takes for the teleport pad to cooldown back to its active state (WARNING: setting this value too low would result in constant teleporting or even a crash)

Cooldown
The current cooldown time for the teleport pad. when this value hits 0, the teleporter will be active

Disabled
Toggle if the player can use the teleport pad

Debug Info
Show debug info for that certain actor as a print screen message

Version info

  • 0.0.1

    • Players can walk on the pad to teleport with the matching ID

    • Colours to indicate the teleporter status

      • Green = Active

      • Blue = Cooldown

      • Red = Disabled

    • Configurable cool down times

    • more than 2 teleporter ids which are the same will result in random teleportation