Hey, just mucking around in the NWN Aurora Toolset (v 1.10), and I need some help with a (VERY SIMPLE) script…
I want to give an item from the NPC your PC talks to to your inventory… and can’t seem to get it to compile properly. My scripting is:
1 voidAmain()
2 {
3 ActionGiveItem
4 (object oflor,
5 object oPc);
6 }
And it says, “14/09/06 5:30:27 PM: Error. ‘givefettenslor’ did not compile.
givefettenslor.nss(4): ERROR: UNKNOWN STATE IN COMPILER”
What’s going on here?
Ninten:cool: