Amon_PRC8/_module/nss/pz_binddog.nss

13 lines
169 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
//Put this on action taken in the conversation editor
void main()
{
object oPC = GetPCSpeaker();
object oTarget;
oTarget = OBJECT_SELF;
AddHenchman(oPC, oTarget);
}