PWE_PRC8/_module/nss/sc_delay_lock.nss

7 lines
135 B
Plaintext
Raw Permalink Normal View History

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