NWNDS/nwnds_module/close_door.nss

13 lines
106 B
Plaintext
Raw Normal View History

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