RoT2_PRC8/_module/nss/aw_longdoorlock.nss

6 lines
122 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
void main() {
DelayCommand(4500.0,ActionCloseDoor(OBJECT_SELF));
DelayCommand(4500.1,ActionLockObject(OBJECT_SELF));
}