-
Notifications
You must be signed in to change notification settings - Fork 1
Broadcast
John Bostick edited this page Sep 13, 2021
·
1 revision
Broadcast is a command that allows you to broadcast a message to a specific role, with a specific duration. Here's what it looks like:
broadcast classId duration "message text" [delay]
The first argument (classId
) is the id of the class that you want to send this broadcast to. The second argument (duration
) is how long you want to show this broadcast for. The third argument ("message text"
) is the actual text of the message (the quotes are required if your message has spaces in it). Finally, the fourth and final argument ([delay]
) is an optional delay you can give to make your broadcast not run immediately.
This will send the message "Test message" to everyone, for 5 seconds:
broadcast all 5 "Test message"