Scripting Newbie

Started by UnholyWon, December 12, 2009, 01:27:50 PM

Previous topic - Next topic

UnholyWon

Help! I'm a newbie when it comes to scripting for NWN. I've played with the toolset and I'm now venturing into scripting. So far I have been unable to effectly get any script I've made to work.

What I'm looking for is trouble shooting resource links, or just some insight.

Thanks

Daemonic Daz

http://nwn.wikia.com/wiki/Celowins_scripting_tutorial_in_pdf

Celowins tutorials are a great place to start, I started them a few months ago and even though I never got around to finishing them. Its left me knowing at least what half of the code I look at actually means.

Download the NWN lexicon as well, that is a excellent resource for scripters new and old

UnholyWon


Lulzebub

This might also help: http://www.cprogramming.com/reference/

Keep in mind that NWScript does not use arrays, and that none of the functions from C are used. A function looks like this:

function()

... but you'll figure that out as you go. My best advice is to learn C first, then move on to NWScript. That will go a long way toward demystifying what all the punctuation means.

Letsplayforfun

http://nwn.bioware.com. Post any troubles you have. Don't expect people to make the scripts for you, but they'll unbug those you make. Plus there's so much explanation and ready made scripts, it's a gold mine. It takes a few days to browse through it all though, because all the stuff for newye scripters goes way back...

NWN script generator. Good to get started, then gets a bit meh.. But great for learning.

NWN Lexicon. A must.

NWN Vault, a few scripts there too.