LoD_PRC8/_module/nss/baf_mtrdci.nss

8 lines
123 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
void main()
{
DelayCommand(5.0f, ActionCloseDoor(OBJECT_SELF));
DelayCommand(6.5f, SetLocked(OBJECT_SELF, 1));
}