Daz
Daz
Reactions
- 
      Re: Suggestion: Diversifying the default PC event handlersPatch 8164 added this: NWScript New functions: GetEventScript, SetEventScript to set NWScript event handlers on any supported object (including PCs). It works for PCs, I think I died. (View Post)3
- 
      Re: Introducing the NWN:EE Development branchNo. The branch called "development" on steam is on 8193.3. You know, this one: (View Post)1
- 
      Re: Can no longer unlock chapters via nwnplayer.iniYou have to use settings.tml now, in which you'll find the following: [game] gore = 1 [game.campaigns] [game.campaigns.oc] progress = 0 [game.campaigns.xp1] progress = 0 [game.campaigns.xp2] progress… (View Post)4
- 
      Re: Settings.TML?After starting the game you can press Control+Shift+F12 to open the debug menu where you can change all settings (View Post)4
- 
      Re: Check for Henchmen in partyYou can do something like this: int GetHasHenchmanInParty(object oPC, string sHenchmanTag) { object oMember = GetFirstFactionMember(oPC, FALSE); while (oMember != OBJECT_INVALID) { if (GetTag(oMember… (View Post)Post edited by Daz on1
 
                                 
    