Files
HeroesStone_PRC8/_module/nss/doorcloser.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

7 lines
104 B
Plaintext

// close open doors after set time
void main()
{
DelayCommand(20.0, ActionCloseDoor(OBJECT_SELF));
}