EN6_PRC8/_content/Compiler - Top Hak.bat
Jaysyn904 966f45c9ce Updated for epic PrC expansion
Updated for epic PrC expansion.
Hooked up events for NUI spellcast menu.
Full compile.
2025-06-13 19:57:28 -04:00

4 lines
287 B
Batchfile

:loop
"C:\NWN Work\nwnsc.exe" -o -w -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -i "D:\NWN Repos\EN6_PRC8\_content\_hak\prc8_en6_top";"D:\NWN Repos\PRC8\nwn\nwnprc\trunk\include" "D:\NWN Repos\EN6_PRC8\_content\_hak\prc8_en6_top\*.nss"
if %errorLevel% == -1 goto :loop
pause