Holograms_Load()

Remove a line from a hologram

Full Function

Holograms_Load(id: string)

Parameters

Name
Type
Description

id

text/string

ID of hologram

forceLoad

boolean

This parameter is optional. If this parameter is not set and the hologram is in an unloaded chunk, the hologram will not load. If this parameter is set to true, the chunk will be force loaded, and the hologram will load as normal. Default: false

Return Values & Meanings

Usage

set {_load} to Holograms_Load("hologram_id")
if {_load} is 1:
    send "The chunk the hologram is in is not loaded!"
    send "Set the second parameter to 'true' to avoid this!"

Holograms_Load("hologram_id", true) 

Last updated