Files
HeroesStone_PRC8/_module/nss/add_dunnark.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

12 lines
259 B
Plaintext

#include "x0_i0_henchman"
void main()
{
object pc = GetPCSpeaker();
AddHenchman(pc, OBJECT_SELF);
AssignCommand(OBJECT_SELF, ActionForceFollowObject(pc, 4.5));
SetAssociateListenPatterns();
SetLocalInt(OBJECT_SELF,"hired",1);
LevelUpXP1Henchman(pc);
}