How can a script tell if it is running under NWN:EE?
pscythe
Member Posts: 116
Is there a function to tell if a you're running under EE?
So that we can do something like:
So that we can do something like:
If (RunningUnderEE()) { // do new stuff } else { // do old stuff }
0
Comments