PWE_PRC8/_module/nss/autoclose.nss

6 lines
115 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
// use this for any door that is not locked
void main()
{
DelayCommand(300.0f,ActionCloseDoor(OBJECT_SELF));
}