Langauge C
Lilith_Heidi_hoe
Member Posts: 13
If I learned language C for computer...would I be prepared to create my own PW? And/or would I need to learn coding? Or both? Just a quick question...
0
Comments
nwscript, which is the language all the scripts in nwn are coded in, is based on C. It's not exactly the same, but knowing the C Language could be a springboard into knowing nwscript, mainly because there are many more tutorials for C than for nwscript.
That being said, if you're able to you could just skip C and go straight to nwscript.
Also, C++ and C are separate languages. C++ is again inspired by C, but it's not simply "level 2" of C or anything, it is its own thing.
nwn.lexicon.com
It explains just about all you need to know, and also has some tutorials. For me personally, I just learned by studying and modifying the existing game scripts, and through a lot of trial and error. Also, you should check out the Builders - Scripting section of these boards for any specific questions or help. A lot of people here will be more than happy to help you learn!
So I did my first steps in nwscript with LilacSouls Script Wizard found here
https://neverwintervault.org/project/nwn1/other/tool/ls-tk-script-generator
and the lexicon.
I started with the script wiz, read those scripts with the lexicon and by the time I was be able to understand those.
Then, I tried to learn more by writing some by myself. Next step was, downloading some of the scriptsets of the vault and by implementing those in my PW I learned even more.
I think some people here have gone a similar way.
The Starting Point - module building tutorials for beginners - and where to find them
Please note that there are links on there to a couple of tools and links to scripting tutorials too. It's not all toolset tutorials. At this point in your learning I would recommend that you start from the first post I link to above and work your way down.
Good luck with your pw BTW.
TR