Holograms_AddLine()

Add a line to the end of a hologram

Full Function

Holograms_AddLine(id: text, text: text)

Parameters

Name
Type
Description

id

text/string

ID of target hologram

text

text/string

The text to be added

To make multiple lines, type "||" where you want there to be a new line

Return Values & Meanings

Usage

Holograms_AddLine("hologram_id", "This is the first line || This is the second line")

set {_line} to Holograms_AddLine("hologram_id", "This is a single line")
if {_line} is 1:
    send "That hologram is not loaded!"

Last updated