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

2 lines
112 B
Plaintext

void main(){DelayCommand(10.0, ActionCloseDoor(OBJECT_SELF));DelayCommand(10.0, SetLocked(OBJECT_SELF, TRUE));}