Henchmen are companions who the player cannot directly control or adjust inventory for. Thanks to sgt_why for this explanation on how to set them up.
Here's his post from http://nwn2forums.bioware.com/forums/viewtopic.html?topic=545390&forum=114
for this example;
string sTag = "c_human"// is this a henchmen ? TRUE or FALSE
gc_henchman(sTag)// this adds them to your party as henchmen, not companion
ga_henchman_add(sTag);
/*
note: this has (4) actual parameters ... the last flag can be very useful.
sTag - tag of the creature you want to add
bForce - if set to 1, sTarget will be added even if player already has maximum henchman
sMaster - The Creature you are adding the henchman to (default is PC Speaker)
bOverrideBehavior - if set to 1, sTarget's event handlers (scripts) will be replaced with henchman ones.
*/// removes the henchmen from the party
ga_henchman_remove(sTag);- - - - -
I put all of these into the conversations and seems to work great. In fact, think if the henchman dies .. they are removed from the group as well.And you cant click on them and change thier inventory .. although I did notice there appear to be scripts out there to make the henchman show you his inventory and such, like a companion. But it would need to be during a conversation or such. (I think?)
I wanted to add a couple "friendly"(s) in my areas .. that if the PCs save them, will offer to help out for a short time .. as well as award 50xp for not letting the mobs kill them off.
Following his directions, I was able to create a few henchmen and get them to work with very little setup. Some quick things I noticed:
Kudos to OE on making such an easy to use system, and thanks again to sgt_why
Recent comments
2 years 20 weeks ago
2 years 20 weeks ago
2 years 20 weeks ago
2 years 26 weeks ago
2 years 26 weeks ago
2 years 42 weeks ago
2 years 43 weeks ago
2 years 47 weeks ago
2 years 47 weeks ago
2 years 50 weeks ago