Holograms_Create()

Create a hologram

Full Function

Holograms_Create(id: string, old_lines: string, loc: location)

Parameters

Name
Type
Description

id

text/String

ID of the new hologram

lines

text/String

Lines to be put on the hologram

loc

location

Location of the hologram

Return Values & Meanings

Usage

set {_new} to Holograms_Create("hologram_id", "Line One || Line Two", player's location)
if {_new} is 1:
    send "A hologram with that ID already exists!"

Last updated