HiddenTradition_PRC8/_module/nss/ro_h_removehench.nss

12 lines
172 B
Plaintext
Raw Permalink Normal View History

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