CassieAnnouncing
Gets called when the server starts playing C.A.S.S.I.E sentence.
Start a script section
!-- OnEvent CassieAnnouncing
-- require $evWords $evMakeHold $evMakeNoise $evCustomAnnouncement $evCustomSubtitles $evIsAllowed
# Add your instructions here
- Group: ServerEvents
- Cancellable: Yes
- Event data:
CassieAnnouncingEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evWords | text value | Gets or sets sentence which C.A.S.S.I.E. will say. |
$evMakeHold | bool value | Gets or sets if announce should have delay. |
$evMakeNoise | bool value | Gets or sets if announce should have background noise. |
$evCustomAnnouncement | bool value | Gets or sets if announce should have custom subtitles. |
$evCustomSubtitles | text value | Gets or sets the custom subtitles text. Set to Empty or null if you wish keep the Words as subtitles text. |
$evIsAllowed | bool value | Whether the event is allowed to run. |