Adding MMO systems
Added barred doors, set up more city denizen spawners, cleaned up Baleas Town Guards, Faerunized the "Holy Paladins". Added character deleter NPC in the OOC Starting Area.
This commit is contained in:
5
_module/nss/ds_closedoors.nss
Normal file
5
_module/nss/ds_closedoors.nss
Normal file
@@ -0,0 +1,5 @@
|
||||
//Closes door if it is open
|
||||
void main()
|
||||
{
|
||||
DelayCommand(25.0,ActionCloseDoor(OBJECT_SELF));
|
||||
}
|
Reference in New Issue
Block a user