View Single Post
Old 01-25-2003, 11:53 AM   #8
Dreamer128
Dracolisk
 

Join Date: March 21, 2001
Location: Europe
Age: 39
Posts: 6,136
I'm currently using this script for re-locking doors;

void main()
{
DelayCommand (3.0,ActionCloseDoor(OBJECT_SELF) );
DelayCommand (3.0,SetLocked(OBJECT_SELF, TRUE);

}

Be sure to place is in the OnOpen slot of the door.
Dreamer128 is offline   Reply With Quote