Skip to main content

AnimatedBroadcast

Sends an animated broadcast to specified players.

Syntax

AnimatedBroadcast @players duration "content" line_break_length?

Arguments

NameRequiredTypeDescription
playersYesPlayer variable (e.g. @all, @classDPlayers)
durationYesDuration in format #ms, #s, #m, #h (e.g. 5s or 2m)
contentYesAny 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 lengthNoAny whole numberThe 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.