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

6 lines
115 B
Plaintext

// use this for any door that is not locked
void main()
{
DelayCommand(300.0f,ActionCloseDoor(OBJECT_SELF));
}