Initial commit. Updated release archive.
This commit is contained in:
12
_module/nss/ro_d_closenlock.nss
Normal file
12
_module/nss/ro_d_closenlock.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
// -----------------------------------------------
|
||||
// : File Door_closeanlck
|
||||
// : Created 01 JUL 02 11:48 AM
|
||||
// : Created by Darryl Sandell
|
||||
// closes open door after set time
|
||||
// and locks door.
|
||||
// -----------------------------------------------
|
||||
void main()
|
||||
{
|
||||
DelayCommand(5.0, ActionCloseDoor(OBJECT_SELF));
|
||||
SetLocked(OBJECT_SELF, 1);
|
||||
}
|
Reference in New Issue
Block a user