... | @@ -20,7 +20,7 @@ Holograms. |
... | @@ -20,7 +20,7 @@ Holograms. |
|
| chatprefix| cp | The prefix for the chat message | <caster.name>&f<&co> |
|
|
| chatprefix| cp | The prefix for the chat message | <caster.name>&f<&co> |
|
|
| duration | d, t | The amount of time the hologram will be displayed for. | MESSAGE LENGTH * 4 |
|
|
| duration | d, t | The amount of time the hologram will be displayed for. | MESSAGE LENGTH * 4 |
|
|
| sendchatmessage | chatmessage, chat | Whether the message shows up in chat | true |
|
|
| sendchatmessage | chatmessage, chat | Whether the message shows up in chat | true |
|
|
| audience | | The [Audience](/Skills/Effects#audience) of the mechanic | tracked |
|
|
| audience | | The [Audience] of the mechanic | tracked |
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
## Examples
|
... | @@ -34,4 +34,8 @@ Holograms. |
... | @@ -34,4 +34,8 @@ Holograms. |
|
message=" I just spawned!";
|
|
message=" I just spawned!";
|
|
chatprefix=<caster.name>&f<&co>;
|
|
chatprefix=<caster.name>&f<&co>;
|
|
duration=200} @self ~onSpawn
|
|
duration=200} @self ~onSpawn
|
|
``` |
|
```
|
|
\ No newline at end of file |
|
|
|
|
|
|
|
|
|
<!-- LINKS -->
|
|
|
|
[audience]: Skills/Audience |
|
|
|
\ No newline at end of file |