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

8 lines
133 B
Plaintext

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