Initial Upload
Initial Upload
This commit is contained in:
9
_module/nss/aut_close_relock.nss
Normal file
9
_module/nss/aut_close_relock.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
//simple autoclose and relock script, as u can read :)
|
||||
// Zeb
|
||||
|
||||
void main()
|
||||
{
|
||||
DelayCommand(2.0, ActionCloseDoor(OBJECT_SELF));
|
||||
DelayCommand(3.0, SetLocked(OBJECT_SELF, TRUE));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user