Files
RoT2_PRC8/src/module/nss/_mac_closedoor.nss
Jaysyn904 ab2fc1d732 Added PEPS AI
Added PEPS AI.
Full compile.
Reorganized repository.
2025-07-28 12:49:34 -04:00

7 lines
71 B
Plaintext

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