PoA_PRC8/Compiler - 35abilities.bat
Jaysyn904 d4680a7df3 Added pen & paper & rafhot's expanded creature abilities
Added pen & paper & rafhot's expanded creature abilities
2023-06-25 01:31:42 -04:00

4 lines
267 B
Batchfile

:loop
"C:\NWN Work\nwnsc.exe" -s -o -w -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -i "D:\NWN Repos\PoA-PRC\35expandedabilities";"D:\NWN Repos\PRC4NWN35\trunk\include" "D:\NWN Repos\PoA-PRC\35expandedabilities\*.nss"
if %errorLevel% == -1 goto :loop
pause