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

6 lines
104 B
Plaintext

void main()
{
DelayCommand(10.0, ActionCloseDoor(OBJECT_SELF));
SetLocked(OBJECT_SELF, TRUE);
}