The purpose of NWN Namespace is to parse NWN script
files and search for occurences of either SetLocal
or GetLocal and to insert a namespace prefix for all
of the string key names of those occurences. Essentially,
it is my hope that naming convention conflicts between
multiple authors can be averted by the utilization of
this software.
To use the parser simply copy and paste your code into the
text area below and press the "Parse" button. The parsed output
will be inserted into the text area below the first text area.
This parser isn't a compiler. It won't debug your errors. Its entire
purpose is only to prefix all occurences of SetLocal and GetLocal names
with your specified prefix.
Furthermore, if you run the parser on a snippet of code multiple times
then there is a chance that you could have multiple prefixes(although
I have made an effort in preventing such instances.