PWE_PRC8/_module/nss/doorautolock001.nss

6 lines
119 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
DelayCommand (30.0,ActionCloseDoor(OBJECT_SELF) );
DelayCommand (33.0,ActionLockObject(OBJECT_SELF) );
}