CassieAnnounced
Gets called when the server played C.A.S.S.I.E sentence.
Start a script section
!-- OnEvent CassieAnnounced
-- require $evWords $evMakeHold $evMakeNoise $evCustomAnnouncement $evCustomSubtitles
# Add your instructions here
- Group: ServerEvents
- Cancellable: No
- Event data:
CassieAnnouncedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evWords | text value | Gets sentence which C.A.S.S.I.E. said. |
$evMakeHold | bool value | Gets if announce had delay. |
$evMakeNoise | bool value | Gets if announce had background noises. |
$evCustomAnnouncement | bool value | Gets if announce had custom subtitles. |
$evCustomSubtitles | text value | Gets the custom subtitles with the announcement. |