Skip to main content

CassieQueuingScpTermination

Gets called when the server is queuing a C.A.S.S.I.E SCP termination announcement.

Start a script section

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

# Add your instructions here
  • Group: ServerEvents
  • Cancellable: Yes
  • Event data: CassieQueuingScpTerminationEventArgs

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.
$evIsAllowedbool valueWhether the event is allowed to run.
*evDamageHandlerreference to StandardDamageHandler objectThe Damage Handler responsible for the SCP Termination.