CheckpointDoorSequenceChanged
Gets called when a checkpoint door sequence is changed.
Start a script section
!-- OnEvent CheckpointDoorSequenceChanged
-- require *evCheckpointDoor $evCurrentSequence
# Add your instructions here
- Group: ServerEvents
- Cancellable: No
- Event data:
CheckpointDoorSequenceChangedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
*evCheckpointDoor | reference to CheckpointDoor object | Gets the current Checkpoint Door. |
$evCurrentSequence | SequenceState enum value | Gets the damage value. |