LoD_PRC8/_module/nss/closeandlock.nss

7 lines
164 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
void main()
{
ActionWait(15.0); //wait fifteen seconds, then close and relock the door.
ActionCloseDoor(OBJECT_SELF);
SetLocked(OBJECT_SELF, TRUE);
}