WizardryEE/Module/nss/wz_close_door.nss
Jaysyn904 103f315feb Fixed corrupted module
Fixed corrupted module.  Added doors.  Checked dungeon / teleporter continuity.  Replaced Message #02 with a magical sending from Werdna.  Removed trash / test areas.
2023-04-23 22:07:17 -04:00

7 lines
97 B
Plaintext

//Closes door if it is open
void main()
{
DelayCommand(13.0f,ActionCloseDoor(OBJECT_SELF));
}