Aantioch_Infernum/_module/nss/bb_closedoor.nss
2023-08-29 19:31:56 -05:00

5 lines
66 B
Plaintext

void main()
{
DelayCommand(20.0, ActionCloseDoor(OBJECT_SELF));
}