Amon_PRC8/_module/nss/henchman_leaves.nss

10 lines
153 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
#include "nw_i0_henchman"
void main()
{
SetFormerMaster(GetPCSpeaker(), OBJECT_SELF);
RemoveHenchman(GetPCSpeaker());
ClearAllActions();
}