Amon_PRC8/_module/nss/di_doorcloser.nss

7 lines
112 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
// Generic Door Closing after 10 seconds
void main()
{
DelayCommand(10.0, ActionCloseDoor(OBJECT_SELF));
}