NWNDS/nwnds_module/closedoors.nss

5 lines
65 B
Plaintext
Raw Normal View History

void main()
{
DelayCommand(20.0,ActionCloseDoor(OBJECT_SELF));
}