Initial upload
Initial upload
This commit is contained in:
5
_module/nss/aw_longdoorlock.nss
Normal file
5
_module/nss/aw_longdoorlock.nss
Normal file
@@ -0,0 +1,5 @@
|
||||
void main() {
|
||||
DelayCommand(4500.0,ActionCloseDoor(OBJECT_SELF));
|
||||
DelayCommand(4500.1,ActionLockObject(OBJECT_SELF));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user