Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
6
_module/nss/anph_close_door.nss
Normal file
6
_module/nss/anph_close_door.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
// Automatically close the door after it was opened if it's not bashed in
|
||||
if (GetLockKeyTag(OBJECT_SELF) != "door_Bashed_NoKey")
|
||||
DelayCommand(12.0, ActionCloseDoor(OBJECT_SELF));
|
||||
}
|
||||
Reference in New Issue
Block a user