Skip to main content

CheckpointDoorSequenceChanging

Gets called when a checkpoint door sequence is changing.

Start a script section

!-- OnEvent CheckpointDoorSequenceChanging
-- require *evCheckpointDoor $evCurrentSequence $evNewSequence $evIsAllowed

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

Injected variables

VariableTypeDescription
*evCheckpointDoorreference to CheckpointDoor objectGets the current Checkpoint Door.
$evCurrentSequenceSequenceState enum valueGets the current sequence state.
$evNewSequenceSequenceState enum valueGets or sets the new sequence state.
$evIsAllowedbool valueWhether the event is allowed to run.