PWE_PRC8/_module/nss/autoclose15.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

7 lines
205 B
Plaintext

// only use this one for locked doors
void main()
{
DelayCommand(15.0,ActionCloseDoor(OBJECT_SELF));
if (GetLockKeyRequired(OBJECT_SELF) == TRUE) DelayCommand(16.0,SetLocked(OBJECT_SELF, TRUE));
}