Skip to main content

CassieQueuedScpTermination

Gets called when the server has queued a C.A.S.S.I.E SCP termination announcement.

Start a script section

!-- OnEvent CassieQueuedScpTermination
-- require @evPlayer $evAnnouncement &evSubtitleParts *evDamageHandler

# Add your instructions here
  • Group: ServerEvents
  • Cancellable: No
  • Event data: CassieQueuedScpTerminationEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe SCP player the C.A.S.S.I.E termination announcement is for.
$evAnnouncementtext valueGets or sets the message C.A.S.S.I.E is supposed to say.
&evSubtitlePartscollection of reference to SubtitlePart objectGets or sets the subtitle parts of the message.
*evDamageHandlerreference to StandardDamageHandler objectThe Damage Handler responsible for the SCP Termination.