Holograms_SetLine()

Change the text of a line of a hologram

Full Function

Holograms_SetLine(id: string, line: integer, new_line: string)

Parameters

Name
Type
Description

id

text/string

ID of target hologram

line

integer/number

The line number to change

new_line

text/string

The text to change the specified line to

Return Values & Meanings

Usage

set {_l} to Holograms_SetLine("hologram_id", 3, "New text for 3rd line")
if {_l} is 1:
    send "That hologram does not have that many lines!"

Last updated