NWNDS/nwnds_module/close_ssdoor2.nss

13 lines
110 B
Plaintext
Raw Normal View History

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