NWNDS/nwnds_module/close_ssdoor.nss

13 lines
162 B
Plaintext
Raw Normal View History

// Put this script OnOpen.
void main()
{
DelayCommand(10.0, ActionCloseDoor(OBJECT_SELF)); ;
DelayCommand(1.0, SetLocked(OBJECT_SELF, TRUE));
}