Skip to main content

DoorRepaired

Gets called when a door is repaired.

Start a script section

!-- OnEvent DoorRepaired
-- require *evDoor $evRemainingHealth

# Add your instructions here
  • Group: ServerEvents
  • Cancellable: No
  • Event data: DoorRepairedEventArgs

Injected variables

VariableTypeDescription
*evDoorreference to Door objectGets the current Door.
$evRemainingHealthnumber valueGets the remaining health of the Door.