/*1. Script Name: Shorter door closing script
2. What it does: Shuts a door after your given amount of time
3. Notes: Small and simple. I didnt make this script do I dont take credit for
it.
4. Place this in the onOpen section of your doors scripts */
void main()
{
DelayCommand(15.0, ActionCloseDoor(OBJECT_SELF));
}
//Thats all there is to it