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
| 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. |
$evIsAllowed | bool value | Whether the event is allowed to run. |
*evDamageHandler | reference to StandardDamageHandler object | The Damage Handler responsible for the SCP Termination. |