TheHordeOrcs_PRC8/_module/nss/henchman_leaves.nss

10 lines
153 B
Plaintext
Raw Permalink Normal View History

#include "nw_i0_henchman"
void main()
{
SetFormerMaster(GetPCSpeaker(), OBJECT_SELF);
RemoveHenchman(GetPCSpeaker());
ClearAllActions();
}