Condition | Check if hologram exists / doesn't exist
Code (Text):
holo[gram] with id %string% exists
holo[gram] with id %string% doesn't exist
Effect | Create a hologram
Code (Text):
create holo[gram] %string% with id %string% at %location%
Effect | Append line to hologram
Code (Text):
append %string% to holo[gram] with id %string%
Expression | Line of a hologram
Get:
Code (Text):
line %int% of holo[gram] with id %string%
Set:
Code (Text):
set line %int% of holo[gram] with id %string% to %string%
Effect | Delete a hologram
Code (Text):
delete holo[gram] with id %string%
Effect | Create temporary hologram
Code (Text):
create temp-holo[gram] %string% at %location% for %timespan%
Expression | All holograms
Get:
Code (Text):
all registered holo[gram]s
Expression | Location of hologram
Get:
Code (Text):
location of holo[gram] with id %string%