AnimatedBroadcast
Sends an animated broadcast to specified players.
Syntax
AnimatedBroadcast @players duration "content" line_break_length?
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
players | Yes | Player variable (e.g. @all, @classDPlayers) | |
duration | Yes | Duration in format #ms, #s, #m, #h (e.g. 5s or 2m) | |
content | Yes | Any text e.g. "Hello, World!" | Use <charwait=x> and </charwait> tags to specify how much time each character will take to be printed, or <wait=x> to specify a single wait action. Example: "<charwait=100ms>Slow print</charwait><br><wait=2s>waited 2 seconds for that!" |
line break length | No | Any whole number | The maximum amount of characters per line |
Details
Uses CASSIE to make an animated broadcast - if there is CASSIE playing, it will be stopped. Keep custom formatting to a minimum, this system is very limited.
Validated examples using this method
On a running server
Use serhelp AnimatedBroadcast to inspect the reference generated by your installed SER version.