squattingmonk
squattingmonk
Reactions
-
NWN Lexicon Additions
Howdy, all! I've added new pages to the NWN Lexicon to document the functions added by NWN:EE. You can view the full list here. You'll note it's very sparse, since I can't test these functions. If an… (View Post)6 -
Re: Trouble with "drop items to corspe" script from the nwnwiki
For learning purposes: here is a re-written version of this script that does the same thing. Look at the differences between the two and see if you can figure out why I made these changes. void main(… (View Post)3 -
Re: Trouble with "drop items to corspe" script from the nwnwiki
There are two problems that prevent this script from functioning correctly. First, this line: //incorrect xPC = GetLastPlayerDying(); // correct xPC = GetLastPlayerDied(); Rationale: The first will w… (View Post)Post edited by squattingmonk on2