Skip to main content

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

VariableTypeDescription
$evWordstext valueGets or sets sentence which C.A.S.S.I.E. will say.
$evMakeHoldbool valueGets or sets if announce should have delay.
$evMakeNoisebool valueGets or sets if announce should have background noise.
$evCustomAnnouncementbool valueGets or sets if announce should have custom subtitles.
$evCustomSubtitlestext valueGets or sets the custom subtitles text. Set to Empty or null if you wish keep the Words as subtitles text.
$evIsAllowedbool valueWhether the event is allowed to run.