Aantioch_Infernum/_module/nss/bb_eldricsdoor.nss

6 lines
121 B
Plaintext
Raw Permalink Normal View History

void main()
{
DelayCommand(3000.0, ActionCloseDoor(OBJECT_SELF));
DelayCommand(3001.0, ActionLockObject(OBJECT_SELF));
}