Holograms_TeleportHere()

Teleport a player to a hologram

Full Function

Holograms_TeleportHere(id: string, location: location)

Parameters

Name
Type
Description

id

text/string

ID of target hologram

location

location

Location to teleport the hologram to

Return Values & Meanings

Usage

set {_tpHere} to Holograms_TeleportHere("hologram_id", player's location)
if {_tpHere} is 0:
    send "success"

Last updated