PWE_PRC8/_module/nss/zm_doorclose.nss

7 lines
117 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
DelayCommand(90.0, ActionCloseDoor(OBJECT_SELF));
DelayCommand(95.0, SetLocked (OBJECT_SELF,TRUE));
}