Changed folder name.
Changed folder name.
This commit is contained in:
8
_module/nss/thievesgate.nss
Normal file
8
_module/nss/thievesgate.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oDoor = OBJECT_SELF;
|
||||
DelayCommand( 6.0, ActionCloseDoor(oDoor) );
|
||||
|
||||
SetLocked( oDoor, TRUE );
|
||||
}
|
||||
|
Reference in New Issue
Block a user