void main() { DelayCommand(5.0f, ActionCloseDoor(OBJECT_SELF)); DelayCommand(6.5f, SetLocked(OBJECT_SELF, 1)); }