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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP player the C.A.S.S.I.E termination announcement is for. |
$evAnnouncement | text value | Gets or sets the message C.A.S.S.I.E is supposed to say. |
&evSubtitleParts | collection of reference to SubtitlePart object | Gets or sets the subtitle parts of the message. |
*evDamageHandler | reference to StandardDamageHandler object | The Damage Handler responsible for the SCP Termination. |