RoT2_PRC8/_module/nss/_1_lock_door.nss

7 lines
123 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
void main()
{
DelayCommand(30.0, ActionCloseDoor(OBJECT_SELF));
DelayCommand(10.0, SetLocked(OBJECT_SELF, TRUE));
}