niv / neverwinter.nim

CLI tools and nim library used in Neverwinter Nights: Enhanced Edition development
MIT License
131 stars 29 forks source link

nwn_script_comp: Wrong error type detected upon using an unknown identifier as an if() argument #123

Open LaputianBird opened 5 months ago

LaputianBird commented 5 months ago

To repro, run the following snippet in the script console (or compile as an nss file): if (unknown_identifier()) PrintString("Check the error code!");