RATDOG/_module/nss/ra_close_door.nss
Jaysyn904 b55c3cf1f3 End of Year updates.
End of Year updates.
2021-12-29 01:54:32 -05:00

7 lines
97 B
Plaintext

//Closes door if it is open
void main()
{
DelayCommand(10.0f,ActionCloseDoor(OBJECT_SELF));
}