TheHordeUndead_PRC8/_module/nss/gateautoclose.nss
Jaysyn904 e0ec0015e6 Initial upload
Initial upload
2023-09-21 20:25:34 -04:00

12 lines
181 B
Plaintext

/*
Gate Auto close script
Automatically close gates after 10 seconds
Created by: Dalantriel Jul 2002
*/
void main()
{
ActionWait(10.0);
ActionCloseDoor(OBJECT_SELF);
}