End of Year updates.

End of Year updates.
This commit is contained in:
Jaysyn904
2021-12-29 01:54:32 -05:00
parent f28baf80a6
commit b55c3cf1f3
1413 changed files with 34011 additions and 18031 deletions

View File

@@ -1,6 +1,6 @@
//Closes door if it is open
void main()
{
DelayCommand(25.0f,ActionCloseDoor(OBJECT_SELF));
DelayCommand(10.0f,ActionCloseDoor(OBJECT_SELF));
}