Mob, area, quest, and script adjustments
This commit is contained in:
5
_module/nss/bb_eldricsdoor.nss
Normal file
5
_module/nss/bb_eldricsdoor.nss
Normal file
@@ -0,0 +1,5 @@
|
||||
void main()
|
||||
{
|
||||
DelayCommand(3000.0, ActionCloseDoor(OBJECT_SELF));
|
||||
DelayCommand(3001.0, ActionLockObject(OBJECT_SELF));
|
||||
}
|
Reference in New Issue
Block a user