Holograms_AddLine()
Add a line to the end of a hologram
Full Function
Parameters
Name
Type
Description
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