blaknwite: Awesome, thanks for the links and for the post!
Did you have to spend a lot of time learning to code? I have VERY limited programming knowledge, but I'd be willing to learn (I should anyway for school haha).
Any particular guides or resources I should be looking at if I'm interested in creating modules for NWN 1 & 2?
For any but the most basic adventures made in the NWN toolset, you're going to need at least some scripting. NWN scripts are written in a programming language similar to C.
Fortunately, someone very helpful made this:
Lilac Soul's script generator Using that program, even someone with no programming knowledge whatsoever can cobble together a working script for a quest or event in NWN1. You can't do everything with it, and if you want complicated custom battles like MagicalMaster made in his modules you'll need to learn more, but quite a few modules in that hall of fame, for example, have been created mostly through the script generator.
Edit: Oh, and if you're interested in learning more about the scripting language, check
the lexicon. You can find primers and tutorials there that should be very helpful, as well as lists of all the functions and such.