AI Scripting for NWN
nwfan87
Member Posts: 99
This is not a post for political discussion or debate about AI please, just a simple question
Does anyone use AI to write their scripts for NWN EE? Maybe you use an external script editor? With the new update to NWN that allows for external script editors, AI written scriptwork for NWW could be just around the corner. Imagine all the time saved, no more entire evenings writing one script, then finding you used the wrong tag
Does anyone use AI to write their scripts for NWN EE? Maybe you use an external script editor? With the new update to NWN that allows for external script editors, AI written scriptwork for NWW could be just around the corner. Imagine all the time saved, no more entire evenings writing one script, then finding you used the wrong tag
0
Comments
The thing I think would help the most is an easier way to use a version control system on NWN scripts.
I'm not sure what the external script editor has to do with it or how it somehow helps enable AI scripting. You've always been able to write scripts in an external editor.
Also, the AI won't know the right tag unless you tell it so if you got it wrong you'd probably still get it wrong with the AI
Worth reading right down to the punchline.
It bears out @ForSerious 's point - AI may have learned a lot about C++ from general sources, but would require in-depth training in the nuances of NWScript to be of any use.
I've used ChatGPT 3.5 as an alternative way to check my scripts for errors and syntax problems. I also had it go through the entire Gestalt Cutscene Scripting System PDF to have it check my scripts when I'm using those functions as well.
It's a good addition for troubleshooting and just as a ball-plank but it makes up non-existing functions sometimes which makes it a poor source for actual scripting I guess.
Say you want to add something to a lot of already-existing code and you're unsure where to put it or how to format everything, boom, AI does that great most of the time.
Combined with LilacSoul's scripter and some patience I've managed to get a lot of work done(as a total noob who's never written my own scripts until starting on this module).
It's great for explaining to dummies like me as well hehe.
In other words great addition atm but not to be trusted.