RATDOG/_module/nss/close_door_20sec.nss
Jaysyn904 4b6d20bbc2 Module update.
More NPCs & stores spawning instead of placed.  Door scripts added.  Change all random commoners & nobles over to X2 AI scripts.
2021-09-06 01:12:39 -04:00

12 lines
105 B
Plaintext

// Put this script OnOpen.
void main()
{
DelayCommand(20.0, ActionCloseDoor(OBJECT_SELF));
}