Henchman
Zephirius
Member Posts: 419
How do I add a henchman to my module? In my case, I want to add a cougar to my team. Can you even have animals or monsters as henchman.
I've been playing around with AddHenchman() ; but no luck.
I've been playing around with AddHenchman() ; but no luck.
0
Comments
You'll find various systems at Neverwinter Vault which improve on this, depending in how you want your companions to behave.
Animals and monsters can certainly be henchmen. Sometimes it makes sense to tailor their behaviour. For example, players probably shouldn't be able to open a cougar henchman's inventory - that can be tweaked in the OnConversation script, where player commands are processed. A cougar might acquire new teeth on level up, and so on.
By the way, I love the idea of new teeth on lvl up.
Copy them to the erf folder in Documents to make them available to the toolset.
Prior to EE, the script sets were in a user folder called scripttemplates. It is arguably a bug that EE doesn't copy the templates there, expecting instead that the script sets are in the erf folder, which was formerly reserved for erf import/export files - but no matter.