Initial upload
Initial upload
This commit is contained in:
11
_module/nss/gateautoclose.nss
Normal file
11
_module/nss/gateautoclose.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Gate Auto close script
|
||||
Automatically close gates after 10 seconds
|
||||
Created by: Dalantriel Jul 2002
|
||||
*/
|
||||
|
||||
void main()
|
||||
{
|
||||
ActionWait(10.0);
|
||||
ActionCloseDoor(OBJECT_SELF);
|
||||
}
|
Reference in New Issue
Block a user