Anyone know which hak the zep_on_activate script is in?
I need to put a line in to it to make my dye kit work.
if (sItemTag == "DyeKit") AssignCommand(oPC, ActionStartConversation(oPC, "dye_dyekit", TRUE));
Here is the process ,I just need to find the script :
I'll take a stab at it but I've never tried it personally.
To alter scripts in a hak.
1. Export the script you want to alter to a .erf.
2. Use nwhak.exe (in /nwn/utils) to open the hak containing the script and remove the script's files (both the .ncs and .nss)
3. Import the script .erf
-420
_________________
CEP Team
EDIT: Nevermind ...I made a copy of the Dye Kit and tagbased it to open the conversation
Modifié par Knight_Shield, 01 novembre 2010 - 02:00 .