Amon_PRC8/_module/nss/x0_d1_hen_rejoin.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

24 lines
566 B
Plaintext

//:://////////////////////////////////////////////////
//:: X0_D1_HEN_REJOIN
//:: Copyright (c) 2002 Floodgate Entertainment
//:://////////////////////////////////////////////////
/*
Actions taken when a henchman rejoins his/her current
master.
*/
//:://////////////////////////////////////////////////
//:: Created By: Naomi Novik
//:: Created On: 09/13/2002
//:://////////////////////////////////////////////////
#include "x0_i0_henchman"
object oMaster = (GetPCSpeaker());
void main()
{
HireHenchman(GetPCSpeaker());
AddHenchman(GetPCSpeaker());
}